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)
Syntax
'Declaration
Public ReadOnly Property Values As ICollection(Of Object)
Get
public ICollection<Object> Values { get; }
public:
virtual property ICollection<Object^>^ Values {
ICollection<Object^>^ get () sealed;
}
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