ModelStateDictionary Properties
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of key/value pairs in the collection. |
![]() | IsReadOnly | Gets a value that indicates whether the collection is read-only. |
![]() | IsValid | Gets a value that indicates whether this instance of the model-state dictionary is valid. |
![]() | Item[String] | Gets or sets the value that is associated with the specified key. |
![]() | Keys | Gets a collection that contains the keys in the dictionary. |
![]() | Values | Gets a collection that contains the values in the dictionary. |
Show:
