HttpRequestBase.PhysicalPath Property

Definition

When overridden in a derived class, gets the physical file-system path of the requested resource.

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

Property Value

The file-system path of the requested resource.

Exceptions

Applies to