Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default model binder.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property DefaultBinder As IModelBinder
Get
Set
public IModelBinder DefaultBinder { get; set; }
public:
property IModelBinder^ DefaultBinder {
IModelBinder^ get ();
void set (IModelBinder^ value);
}
Property Value
Type: System.Web.Mvc.IModelBinder
The default model binder.