ValueProviderResult.AttemptedValue Property

Gets or sets the raw value that is converted to a string for display.

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

function get AttemptedValue () : String 
protected function set AttemptedValue (value : String)

Property Value

Type: System.String
The raw value.
Show: