共用方式為


HttpRequestWrapper.PhysicalApplicationPath 屬性

定義

取得目前應用程式之根目錄的實體檔案系統路徑。

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

屬性值

String

目前應用程式根目錄的檔案系統路徑。

適用於