HttpRequestWrapper::AppRelativeCurrentExecutionFilePath Property
.NET Framework (current version)
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)
public: property String^ AppRelativeCurrentExecutionFilePath { virtual String^ get() override; }
Property Value
Type: System::String^The virtual path of the application root for the current request with the tilde operator added.
.NET Framework
Available since 3.5
Available since 3.5
Show: