ModelState.Value Property

Definition

Returns an object that encapsulates the value that was bound during model binding.

public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object

Property Value

The value that was bound.

Applies to