Share via


HttpRequestBase.PhysicalPath 属性

定义

在派生类中替代时,获取请求的资源的物理文件系统路径。

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

属性值

请求的资源的文件系统路径。

例外

适用于