ModelBinders.Binders Property

Definition

Gets the model binders for the application.

public static System.Web.Mvc.ModelBinderDictionary Binders { get; }
member this.Binders : System.Web.Mvc.ModelBinderDictionary
Public Shared ReadOnly Property Binders As ModelBinderDictionary

Property Value

The model binders for the application.

Applies to