DefaultModelBinder.Binders Property

Definition

Gets or sets the model binders for the application.

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 for the application.

Applies to