HttpRequestWrapper.ApplicationPath Property

Definition

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

public:
 virtual property System::String ^ ApplicationPath { System::String ^ get(); };
public override string ApplicationPath { get; }
member this.ApplicationPath : string
Public Overrides ReadOnly Property ApplicationPath As String

Property Value

The virtual root path of the current application.

Applies to