HttpRuntime.AppDomainAppVirtualPath プロパティ

定義

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

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

プロパティ値

現在のアプリケーション ドメインでホストされているアプリケーションを含むディレクトリの仮想パス。

適用対象