ModelBinders.Binders Property (System.Web.Mvc)

Switch View :
ScriptFree
.NET Framework Class Library
ModelBinders.Binders Property

Gets the model binders for the application.

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

Visual Basic
Public Shared ReadOnly Property Binders As ModelBinderDictionary
	Get
C#
public static ModelBinderDictionary Binders { get; }
Visual C++
public:
static property ModelBinderDictionary^ Binders {
	ModelBinderDictionary^ get ();
}

Property Value

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

Reference