ModelBinderProviders.BinderProviders Property

Definition

Provides a registration point for model binder providers for applications that do not use dependency injection.

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

Property Value

The model binder provider collection.

Applies to