Share via


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

プロパティ値

要求されたリソースのファイル システム パス。

適用対象