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
Public method ModelState Initializes a new instance of the ModelState class.

Top

Properties

  Name Description
Public property Errors Gets a ModelErrorCollection object that contains any errors that occurred during model binding.
Public property Value Gets a ValueProviderResult object that encapsulates the value that was being bound during model binding.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

System.Web.Http.ModelBinding Namespace