ViewDataDictionary.Values Property

Gets a collection that contains the values in this dictionary.

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

final function get Values () : ICollection<Object>

Property Value

Type: System.Collections.Generic.ICollection(Object)
A collection that contains the values of the object that implements IDictionary(TKey, TValue).

Implements

IDictionary(TKey, TValue).Values
Show: