This documentation is archived and is not being maintained.
ModelState Properties
.NET Framework (current version)
Namespace:
System.Web.ModelBindingAssembly:
System.Web (in System.Web.dll)
| Name | Description |
|---|
 | Errors | Gets a collection of errors that occurred during model binding. |
 | Value | Gets or sets an object that encapsulates the value that was being bound during model binding. |
Return to top