HttpRequestBase::AppRelativeCurrentExecutionFilePath Property
.NET Framework (current version)
When overridden in a derived class, gets the virtual path of the application root and makes it relative by using the tilde (~) notation for the application root (as in "~/page.aspx").
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^The virtual path of the application root for the current request with the tilde operator (~) added.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: