ModelStateDictionary Properties
.NET Framework (current version)
Namespace:
System.Web.ModelBinding
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of key/value pairs in the collection. |
![]() | IsReadOnly | Gets a value that indicates whether the dictionary is read-only. |
![]() | IsValid | Gets a value that indicates whether there are any errors in any of the model state objects in the dictionary. |
![]() | Item(String) | Gets or sets the value that is associated with the specified key. |
![]() | Keys | Gets a collection that contains the keys of the dictionary. |
![]() | Values | Gets a collection that contains the values of the dictionary. |
Show:
