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

屬性值

請求資源的檔案系統路徑。

例外狀況

適用於