ModelState Class
Encapsulates the state of model binding to a property of an action-method argument, or to the argument itself.
Inheritance Hierarchy
System.Object
System.Web.Http.ModelBinding.ModelState
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ModelState
'Usage
Dim instance As ModelState
[SerializableAttribute]
public class ModelState
[SerializableAttribute]
public ref class ModelState
[<SerializableAttribute>]
type ModelState = class end
public class ModelState
The ModelState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ModelState | Initializes a new instance of the ModelState class. |
Top
Properties
Name | Description | |
---|---|---|
Errors | Gets a ModelErrorCollection object that contains any errors that occurred during model binding. | |
Value | Gets a ValueProviderResult object that encapsulates the value that was being bound during model binding. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.