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

適用対象