TempDataDictionary Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(String^, Object^)

Adds an element that has the specified key and value to the IDictionary<TKey, TValue> object.

System_CAPS_pubmethodClear()

Removes all items from the ICollection<T> instance.

System_CAPS_pubmethodContainsKey(String^)

Determines whether the IDictionary<TKey, TValue> instance contains an element that has the specified key.

System_CAPS_pubmethodContainsValue(Object^)

Determines whether the dictionary contains the specified value.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Gets the enumerator.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodKeep()

Marks all keys in the dictionary for retention.

System_CAPS_pubmethodKeep(String^)

Marks the specified key in the dictionary for retention.

System_CAPS_pubmethodLoad(ControllerContext^, ITempDataProvider^)

Loads the specified controller context by using the specified data provider.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodPeek(String^)

Returns an object that contains the element that is associated with the specified key, without marking the key for deletion.

System_CAPS_pubmethodRemove(String^)

Removes the element that has the specified key from the IDictionary<TKey, TValue> object.

System_CAPS_pubmethodSave(ControllerContext^, ITempDataProvider^)

Saves the specified controller context by using the specified data provider.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetValue(String^, Object^)

Gets the value of the element that has the specified key.

Return to top
Show: