TempDataDictionary Properties
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in the ICollection<T> object. |
![]() | Item[String] | Gets or sets the object that has the specified key. |
![]() | Keys | Gets an ICollection<T> object that contains the keys of elements in the IDictionary<TKey, TValue> object. |
![]() | Values | Gets the ICollection<T> object that contains the values in the IDictionary<TKey, TValue> object. |
Show:
