TempDataDictionary Properties

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubpropertyCount

Gets the number of elements in the ICollection<T> object.

System_CAPS_pubpropertyItem[String]

Gets or sets the object that has the specified key.

System_CAPS_pubpropertyKeys

Gets an ICollection<T> object that contains the keys of elements in the IDictionary<TKey, TValue> object.

System_CAPS_pubpropertyValues

Gets the ICollection<T> object that contains the values in the IDictionary<TKey, TValue> object.

Return to top
Show: