次の方法で共有


HttpRequestWrapper.ApplicationPath プロパティ

定義

サーバー上の ASP.NET アプリケーションのルートの仮想パスを取得します。

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

プロパティ値

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

適用対象