Share via


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

適用対象