KeyValuePairModelBinderProvider Class

Provides a model binder for a collection of key/value pairs.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class KeyValuePairModelBinderProvider _
    Inherits ModelBinderProvider
'Usage
Dim instance As KeyValuePairModelBinderProvider
public sealed class KeyValuePairModelBinderProvider : ModelBinderProvider
public ref class KeyValuePairModelBinderProvider sealed : public ModelBinderProvider
[<SealedAttribute>]
type KeyValuePairModelBinderProvider =  
    class
        inherit ModelBinderProvider
    end
public final class KeyValuePairModelBinderProvider extends ModelBinderProvider

The KeyValuePairModelBinderProvider type exposes the following members.

Constructors

  Name Description
Public method KeyValuePairModelBinderProvider Initializes a new instance of the KeyValuePairModelBinderProvider class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetBinder Retrieves the associated model binder. (Overrides ModelBinderProvider.GetBinder(HttpConfiguration, Type).)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

System.Web.Http.ModelBinding.Binders Namespace