Share via


HttpRuntime.AppDomainAppPath プロパティ

定義

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

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

プロパティ値

String

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

適用対象