ViewDataDictionary.Values Property

Definition

Gets a collection that contains the values in this dictionary.

C#
public System.Collections.Generic.ICollection<object> Values { get; }

Property Value

A collection that contains the values of the object that implements IDictionary<TKey,TValue>.

Implements

Applies to

Product Versions
ASP.NET MVC 5.2