ModelBinderProviderOptionsAttribute.FrontOfList 속성

정의

모델 바인더 공급자 목록의 시작 부분에 모델 바인더 공급자를 표시할지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool FrontOfList { bool get(); void set(bool value); };
public bool FrontOfList { get; set; }
member this.FrontOfList : bool with get, set
Public Property FrontOfList As Boolean

속성 값

true모델 바인더 공급자가 목록의 시작 부분에 있어야 하면 이고, 그렇지 않으면 . false

적용 대상