ViewDataDictionary.Add Method (KeyValuePair<String, Object>)
Visual Studio 2010
Adds the specified item to the collection.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- item
- Type: System.Collections.Generic.KeyValuePair<String, Object>
The object to add to the collection.
Implements
ICollection<T>.Add(T)| Exception | Condition |
|---|---|
| NotSupportedException | The collection is read-only. |
Community Additions
ADD
Show: