ModelState.Value Property

Returns a ValueProviderResult object that encapsulates the value that was being bound during model binding.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

member Value : ValueProviderResult with get, set

Property Value

Type: System.Web.Mvc.ValueProviderResult
The value.
Show: