TempDataDictionary.Values Property
Gets the ICollection<T> object that contains the values in the IDictionary<TKey, TValue> object.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Property Value
Type: System.Collections.Generic.ICollection<Object>The values of the elements in the object that implements IDictionary<TKey, TValue>.
Implements
IDictionary<TKey, TValue>.Values
Show: