ModelStateDictionary.Values Property
Visual Studio 2010
Gets a collection that contains the values in the dictionary.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Property Value
Type: System.Collections.Generic.ICollection<ModelState>A collection that contains the values of the model-state dictionary.
Implements
IDictionary<TKey, TValue>.ValuesCommunity Additions
ADD
Show: