HttpRequestBase.FilePath 属性

定义

在派生类中替代时,获取当前请求的虚拟路径。

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

属性值

当前请求的虚拟路径。

例外

适用于