ModelState Class

Definition

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.

Applies to