ModelBinderProviderOptionsAttribute.FrontOfList 属性
定义
获取或设置指定模型绑定器提供程序是否应在模型绑定器提供程序列表的开头出现的值。Gets or sets a value that specifies whether a model binder provider should appear at the beginning of the list of model-binder providers.
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。true if the model binder provider should go at the beginning of the list; otherwise, false.