Share via


ControllerActionInvoker.Binders Property

Definition

Overloads

Binders

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

Binders

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