Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the model binders for the application.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Binders As ModelBinderDictionary
Get
public static ModelBinderDictionary Binders { get; }
public:
static property ModelBinderDictionary^ Binders {
ModelBinderDictionary^ get ();
}
Property Value
Type: System.Web.Mvc.ModelBinderDictionary
The model binders for the application.