ModelStateDictionary Properties

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Properties

Name Description
System_CAPS_pubproperty Count

Gets the number of key/value pairs in the collection.

System_CAPS_pubproperty IsReadOnly

Gets a value that indicates whether the collection is read-only.

System_CAPS_pubproperty IsValid

Gets a value that indicates whether this instance of the model-state dictionary is valid.

System_CAPS_pubproperty Item[String]

Gets or sets the value that is associated with the specified key.

System_CAPS_pubproperty Keys

Gets a collection that contains the keys in the dictionary.

System_CAPS_pubproperty Values

Gets a collection that contains the values in the dictionary.

See Also

ModelStateDictionary Class
System.Web.Mvc Namespace

Return to top