ModelBinderDictionary::DefaultBinder Property
Gets or sets the default model binder.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property IModelBinder^ DefaultBinder { IModelBinder^ get(); void set(IModelBinder^ value); }
Show:
Gets or sets the default model binder.
public: property IModelBinder^ DefaultBinder { IModelBinder^ get(); void set(IModelBinder^ value); }