HttpRequestWrapper.PhysicalPath 属性

定义

获取所请求资源的物理文件系统路径。

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

属性值

String

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

适用于