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)

static function get BinderProviders () : ModelBinderProviderCollection

Property Value

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