DefaultModelBinder.Binders Property (System.Web.Mvc)

Switch View :
ScriptFree
.NET Framework Class Library
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)
Syntax

Visual Basic
Protected Friend Property Binders As ModelBinderDictionary
	Get
	Set
C#
protected internal ModelBinderDictionary Binders { get; set; }
Visual C++
protected public:
property ModelBinderDictionary^ Binders {
	ModelBinderDictionary^ get ();
	void set (ModelBinderDictionary^ value);
}

Property Value

Type: System.Web.Mvc.ModelBinderDictionary
The model binders for the application.
See Also

Reference