ModelBinderDictionary.Add Method (KeyValuePair(Of Type, IModelBinder))
Visual Studio 2010
Adds the specified item to the model binder dictionary.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair(Of Type, IModelBinder)
The object to add to the ICollection(Of T) instance.
Implements
ICollection(Of T).Add(T)| Exception | Condition |
|---|---|
| NotSupportedException | The ICollection(Of T) object is read-only. |
Community Additions
ADD
Show: