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.
[System.Serializable]
public class ModelState
type ModelState = class
Public Class ModelState
- Inheritance
-
ModelState
- Attributes
Constructors
ModelState() |
Initializes a new instance of the ModelState class. |
Properties
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. |