ModelState.Value Property

Visual Studio 2010

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)

'Declaration
Public Property Value As ValueProviderResult
	Get
	Set

Property Value

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

Community Additions

ADD
Show: