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)

'Declaration
Public Shared ReadOnly Property BinderProviders As ModelBinderProviderCollection 
	Get
'Usage
Dim value As ModelBinderProviderCollection 

value = ModelBinderProviders.BinderProviders

Property Value

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