HttpRequestWrapper::ApplicationPath Property

 

Gets the virtual path of the root of the ASP.NET application on the server.

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

public:
property String^ ApplicationPath {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The virtual root path of the current application.

.NET Framework
Available since 3.5
Return to top
Show: