次の方法で共有


HttpRequestBase.PhysicalApplicationPath プロパティ

定義

派生クラスでオーバーライドされた場合、現在のアプリケーションのルート ディレクトリの物理ファイル システム パスを取得します。

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

プロパティ値

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

例外

適用対象