ModelState Class
Encapsulates the state of model binding to a property of an action-method argument, or to the argument itself.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ModelState() | Initializes a new instance of the ModelState class. |
| Name | Description | |
|---|---|---|
![]() | Errors | Returns a ModelErrorCollection object that contains any errors that occurred during model binding. |
![]() | Value | Returns a ValueProviderResult object that encapsulates the value that was being bound during model binding. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


