This topic has not yet been rated - Rate this topic

TempDataDictionary.Clear Method

Removes all items from the ICollection<T> instance.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public void Clear()

Implements

ICollection<T>.Clear()
ExceptionCondition
NotSupportedException

The ICollection<T> object is read-only.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.