HttpRuntime.AppDomainAppVirtualPath プロパティ

定義

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

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

プロパティ値

String

現在のアプリケーション ドメインでホストされる、アプリケーションを格納するディレクトリの仮想パス。

適用対象