共用方式為


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

屬性值

要求之資源的檔案系統路徑。

適用於