ModelBinderProviderOptionsAttribute.FrontOfList Property

 

Gets or sets a value that specifies whether a model binder provider should appear at the beginning of the list of model-binder providers.

Namespace:   Microsoft.Web.Mvc.ModelBinding
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

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

Property Value

Type: System.Boolean

true if the model binder provider should go at the beginning of the list; otherwise, false.

See Also

ModelBinderProviderOptionsAttribute Class
Microsoft.Web.Mvc.ModelBinding Namespace

Return to top