Share via


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)

Syntax

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

value = ModelBinderProviders.BinderProviders
public static ModelBinderProviderCollection BinderProviders { get; }
public:
static property ModelBinderProviderCollection^ BinderProviders {
    ModelBinderProviderCollection^ get ();
}
static function get BinderProviders () : ModelBinderProviderCollection

Property Value

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

See Also

Reference

ModelBinderProviders Class

System.Web.Mvc Namespace