ModelBinderProvider Class
Provides an abstract base class for model binder providers.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
System.Object
Microsoft.Web.Mvc.ModelBinding.ModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.ArrayModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.BinaryDataModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.CollectionModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.ComplexModelDtoModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.DictionaryModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.GenericModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.KeyValuePairModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.MutableObjectModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.SimpleModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.TypeConverterModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.TypeMatchModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.ModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.ArrayModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.BinaryDataModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.CollectionModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.ComplexModelDtoModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.DictionaryModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.GenericModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.KeyValuePairModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.MutableObjectModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.SimpleModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.TypeConverterModelBinderProvider
Microsoft.Web.Mvc.ModelBinding.TypeMatchModelBinderProvider
| Name | Description | |
|---|---|---|
![]() | ModelBinderProvider() | Initializes a new instance of the ModelBinderProvider class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBinder(ControllerContext, ExtensibleModelBindingContext) | When overridden in a derived class, gets a model binder. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

