DefaultModelBinder::Binders Property

 

Gets or sets the model binders for the application.

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

public protected:
property ModelBinderDictionary^ Binders {
	ModelBinderDictionary^ get();
	void set(ModelBinderDictionary^ value);
}

Property Value

Type: System.Web.Mvc::ModelBinderDictionary^

The model binders for the application.

Return to top
Show: