次の方法で共有


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

現在のアプリケーションのルート ディレクトリのファイル システム パス。

適用対象