TempDataDictionary.Values Property

Gets the ICollection(T) object that contains the values in the IDictionary(TKey, TValue) object.

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

abstract Values : ICollection<Object>
override Values : ICollection<Object>

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: