DictionaryModelBinder<TKey,TValue> Class

Definition

Maps a browser request to a dictionary data object.

generic <typename TKey, typename TValue>
public ref class DictionaryModelBinder : System::Web::ModelBinding::CollectionModelBinder<System::Collections::Generic::KeyValuePair<TKey, TValue>>
public class DictionaryModelBinder<TKey,TValue> : System.Web.ModelBinding.CollectionModelBinder<System.Collections.Generic.KeyValuePair<TKey,TValue>>
type DictionaryModelBinder<'Key, 'Value> = class
    inherit CollectionModelBinder<KeyValuePair<'Key, 'Value>>
Public Class DictionaryModelBinder(Of TKey, TValue)
Inherits CollectionModelBinder(Of KeyValuePair(Of TKey, TValue))

Type Parameters

TKey

The type of the key.

TValue

The type of the value.

Inheritance
DictionaryModelBinder<TKey,TValue>

Constructors

DictionaryModelBinder<TKey,TValue>()

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

Methods

BindModel(ModelBindingExecutionContext, ModelBindingContext)

Binds the model by using the specified execution context and binding context.

(Inherited from CollectionModelBinder<TElement>)
CreateOrReplaceCollection(ModelBindingExecutionContext, ModelBindingContext, IList<KeyValuePair<TKey,TValue>>)

Converts the collection to a dictionary.

CreateOrReplaceCollection(ModelBindingExecutionContext, ModelBindingContext, IList<TElement>)

Provides a way for derived classes to manipulate the collection before returning it from the binder.

(Inherited from CollectionModelBinder<TElement>)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to