ControllerActionInvoker.Binders Property

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)

function get Binders () : ModelBinderDictionary 
function set Binders (value : ModelBinderDictionary)

Property Value

Type: System.Web.Mvc.ModelBinderDictionary
The model binders that are associated with the action.
Show: