HttpRequestBase.PhysicalApplicationPath Property

Definition

When overridden in a derived class, gets the physical file-system path of the current application's root directory.

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

Property Value

The file-system path of the current application's root directory.

Exceptions

Applies to