ModelState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates the state of model binding to a property of an action-method argument, or to the argument itself.
public class ModelState
type ModelState = class
Public Class ModelState
- Inheritance
-
ModelState
Constructors
ModelState() |
Initializes a new instance of the ModelState class. |
Properties
Errors |
Returns a list of strings that contains any errors that occurred during model binding. |
Value |
Returns an object that encapsulates the value that was bound during model binding. |