ModelBinderProviders::BinderProviders Property

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

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
static property ModelBinderProviderCollection^ BinderProviders {
	ModelBinderProviderCollection^ get ();
}

Property Value

Type: System.Web.Mvc::ModelBinderProviderCollection
The model binder provider collection.
Show: