HttpRequestBase.ApplicationPath Property

Definition

When overridden in a derived class, gets the virtual root path of the ASP.NET application on the server.

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

Property Value

The virtual path of the current application.

Exceptions

Applies to