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)
Syntax
'Declaration
Public Property AttemptedValue As String
Get
Protected Set
public string AttemptedValue { get; protected set; }
public:
property String^ AttemptedValue {
String^ get ();
protected: void set (String^ value);
}
Property Value
Type: System.String
The raw value.