ModelBinderDictionary::DefaultBinder Property

Visual Studio 2010

Gets or sets the default model binder.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property IModelBinder^ DefaultBinder {
	IModelBinder^ get ();
	void set (IModelBinder^ value);
}

Property Value

Type: System.Web.Mvc::IModelBinder
The default model binder.

Community Additions

ADD
Show: