ModelStateDictionary.Keys Property
Visual Studio 2010
Gets a collection that contains the keys in the dictionary.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Property Value
Type: System.Collections.Generic.ICollection(Of String)A collection that contains the keys of the model-state dictionary.
Implements
IDictionary(Of TKey, TValue).KeysCommunity Additions
ADD
Show: