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 | |
|---|---|---|
| .jpeg) | ModelState | Initializes a new instance of the ModelState class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Errors | Gets a ModelErrorCollection object that contains any errors that occurred during model binding. | 
| .jpeg) | Value | Gets a ValueProviderResult object that encapsulates the value that was being bound during model binding. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | 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.