HttpRuntime.AppDomainAppPath プロパティ

定義

現在のアプリケーション ドメインでホストされているアプリケーションのアプリケーション ディレクトリの物理ドライブ パスを取得します。

public:
 static property System::String ^ AppDomainAppPath { System::String ^ get(); };
public static string AppDomainAppPath { get; }
static member AppDomainAppPath : string
Public Shared ReadOnly Property AppDomainAppPath As String

プロパティ値

現在のアプリケーション ドメインでホストされているアプリケーションのアプリケーション ディレクトリの物理ドライブ パス。

適用対象