ModelStateDictionary Properties

Include Protected Members
Include Inherited Members

The ModelStateDictionary type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of key/value pairs in the collection.
Public property IsReadOnly Gets a value that indicates whether the collection is read-only.
Public property IsValid Gets a value that indicates whether this instance of the model-state dictionary is valid.
Public property Item Gets or sets the value that is associated with the specified key.
Public property Keys Gets a collection that contains the keys in the dictionary.
Public property Values Gets a collection that contains the values in the dictionary.

Top

See Also

Reference

ModelStateDictionary Class

System.Web.Mvc Namespace