HttpRequestBase.Path Property

Definition

When overridden in a derived class, gets the virtual path of the current request.

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

Property Value

The virtual path of the current request.

Exceptions

Applies to