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

屬性值

String

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

例外狀況

適用於