HttpRequestWrapper.PhysicalApplicationPath Property

Definition

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

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

Property Value

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

Applies to