ControllerActionInvoker::Binders Property
Visual Studio 2010
Gets or sets the model binders that are associated with the action.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected public: property ModelBinderDictionary^ Binders { ModelBinderDictionary^ get (); void set (ModelBinderDictionary^ value); }
Property Value
Type: System.Web.Mvc::ModelBinderDictionaryThe model binders that are associated with the action.
Community Additions
ADD
Show: