ControllerActionInvoker.Binders Property

Definition

Gets or sets the model binders that are associated with the action.

protected internal System.Web.Mvc.ModelBinderDictionary Binders { get; set; }
member this.Binders : System.Web.Mvc.ModelBinderDictionary with get, set
Protected Friend Property Binders As ModelBinderDictionary

Property Value

The model binders that are associated with the action.

Applies to