HttpRequestBase.FilePath Property

Definition

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

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

Property Value

The virtual path of the current request.

Exceptions

Applies to