次の方法で共有


HttpRequestBase.ApplicationPath プロパティ

定義

派生クラスでオーバーライドされた場合、サーバー上の ASP.NET アプリケーションの仮想ルートのパスを取得します。

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

プロパティ値

現在のアプリケーションの仮想パス。

例外

適用対象