ModelBinderDictionary Methods
The ModelBinderDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add(KeyValuePair(Type, IModelBinder)) | Adds the specified item to the model binder dictionary. |
|
Add(Type, IModelBinder) | Adds the specified item to the model binder dictionary using the specified key. |
|
Clear | Removes all items from the model binder dictionary. |
|
Contains | Determines whether the model binder dictionary contains a specified value. |
|
ContainsKey | Determines whether the model binder dictionary contains an element that has the specified key. |
|
CopyTo | Copies the elements of the model binder dictionary to an array, starting at a specified index. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetBinder(Type) | Retrieves the model binder for the specified type. |
|
GetBinder(Type, Boolean) | Retrieves the model binder for the specified type or retrieves the default model binder. |
|
GetEnumerator | Returns an enumerator that can be used to iterate through the collection. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove(KeyValuePair(Type, IModelBinder)) | Removes the first occurrence of the specified element from the model binder dictionary. |
|
Remove(Type) | Removes the element that has the specified key from the model binder dictionary. |
|
ToString | (Inherited from Object.) |
|
TryGetValue | Gets the value that is associated with the specified key. |
| Name | Description | |
|---|---|---|
|
IEnumerable.GetEnumerator | Returns an enumerator that can be used to iterate through a collection. |
Show: