ViewDataDictionary::Clear Method
Removes all items from the collection.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | The ICollection<T> object is read-only. |
Show:
Removes all items from the collection.
Namespace: System.Web.Mvc
| Exception | Condition |
|---|---|
| NotSupportedException | The ICollection<T> object is read-only. |