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 or sets the model binders for the application.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Friend Property Binders As ModelBinderDictionary
Get
Set
protected internal ModelBinderDictionary Binders { get; set; }
protected public:
property ModelBinderDictionary^ Binders {
ModelBinderDictionary^ get ();
void set (ModelBinderDictionary^ value);
}
Property Value
Type: System.Web.Mvc.ModelBinderDictionary
The model binders for the application.