TempDataDictionary Methods
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^, Object^) | Adds an element that has the specified key and value to the IDictionary<TKey, TValue> object. |
![]() | Clear() | Removes all items from the ICollection<T> instance. |
![]() | ContainsKey(String^) | Determines whether the IDictionary<TKey, TValue> instance contains an element that has the specified key. |
![]() | ContainsValue(Object^) | Determines whether the dictionary contains the specified value. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Gets the enumerator. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Keep() | Marks all keys in the dictionary for retention. |
![]() | Keep(String^) | Marks the specified key in the dictionary for retention. |
![]() | Load(ControllerContext^, ITempDataProvider^) | Loads the specified controller context by using the specified data provider. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Peek(String^) | Returns an object that contains the element that is associated with the specified key, without marking the key for deletion. |
![]() | Remove(String^) | Removes the element that has the specified key from the IDictionary<TKey, TValue> object. |
![]() | Save(ControllerContext^, ITempDataProvider^) | Saves the specified controller context by using the specified data provider. |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetValue(String^, Object^) | Gets the value of the element that has the specified key. |



