ModelStateDictionary Properties

 

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

NameDescription
System_CAPS_pubpropertyCount

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

System_CAPS_pubpropertyIsReadOnly

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

System_CAPS_pubpropertyIsValid

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

System_CAPS_pubpropertyItem[String]

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

System_CAPS_pubpropertyKeys

Gets a collection that contains the keys in the dictionary.

System_CAPS_pubpropertyValues

Gets a collection that contains the values in the dictionary.

Return to top
Show: