DictionaryModelBinder<TKey, TValue> Class

 

Maps a browser request to a dictionary data object.

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

System::Object
  System.Web.Http.ModelBinding.Binders::CollectionModelBinder<TElement>
    System.Web.Http.ModelBinding.Binders::DictionaryModelBinder<TKey, TValue>

generic<typename TKey, typename TValue>
public ref class DictionaryModelBinder : CollectionModelBinder<KeyValuePair<TKey, TValue>>

Type Parameters

TKey

The type of the key.

TValue

The type of the value.

NameDescription
System_CAPS_pubmethodDictionaryModelBinder<TKey, TValue>()

Initializes a new instance of the DictionaryModelBinder<TKey, TValue> class.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: