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