ModelStateDictionary.Values Property
.NET Framework (current version)
Gets a collection that contains the values of the dictionary.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Collections.Generic.ICollection(Of ModelState)The values of the dictionary.
Implements
IDictionary(Of TKey, TValue).Values
.NET Framework
Available since 4.5
Available since 4.5
Show: