TypeConverterModelBinderProvider Class

 

Provides a model binder for a model that requires type conversion.

Namespace:   System.Web.Http.ModelBinding.Binders
Assembly:  System.Web.Http (in System.Web.Http.dll)

Inheritance Hierarchy

System.Object
  System.Web.Http.ModelBinding.ModelBinderProvider
    System.Web.Http.ModelBinding.Binders.TypeConverterModelBinderProvider

Syntax

public sealed class TypeConverterModelBinderProvider : ModelBinderProvider
public ref class TypeConverterModelBinderProvider sealed : ModelBinderProvider
[<Sealed>]
type TypeConverterModelBinderProvider = 
    class
        inherit ModelBinderProvider
    end
Public NotInheritable Class TypeConverterModelBinderProvider
    Inherits ModelBinderProvider

Constructors

Name Description
System_CAPS_pubmethod TypeConverterModelBinderProvider()

Initializes a new instance of the TypeConverterModelBinderProvider class.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetBinder(HttpConfiguration, Type)

Retrieve a model binder for a model that requires type conversion.(Overrides ModelBinderProvider.GetBinder(HttpConfiguration, Type).)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(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

System.Web.Http.ModelBinding.Binders Namespace

Return to top