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
System_CAPS_protmethod ModelBinderProvider()

Initializes a new instance of the ModelBinderProvider class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetBinder(ControllerContext, ExtensibleModelBindingContext)

When overridden in a derived class, gets a model binder.

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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