ModelStateDictionary Properties
The ModelStateDictionary type exposes the following members.
| 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 | 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: