TempDataDictionary.Values Property
Gets the ICollection(Of T) object that contains the values in the IDictionary(Of TKey, TValue) object.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public ReadOnly Property Values As ICollection(Of Object) Get 'Usage Dim instance As TempDataDictionary Dim value As ICollection(Of Object) value = instance.Values
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).Values
Show: