Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the model binders that are associated with the action.
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 that are associated with the action.