Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.