ModelBinderProvider Class
Provides an abstract base class for model binder providers.
Namespace: Microsoft.Web.Mvc.ModelBinding
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Inheritance Hierarchy
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
Syntax
public abstract class ModelBinderProvider
public ref class ModelBinderProvider abstract
[<AbstractClass>]
type ModelBinderProvider = class end
Public MustInherit Class ModelBinderProvider
Constructors
Name | Description | |
---|---|---|
ModelBinderProvider() | Initializes a new instance of the ModelBinderProvider class. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Web.Mvc.ModelBinding Namespace
Return to top