ClientBuildManager.IsHostCreated プロパティ

定義

ASP.NET Web アプリケーションのコンパイルに使用するアプリケーション ドメインが作成済みかどうかを示す値を取得します。

public:
 property bool IsHostCreated { bool get(); };
public bool IsHostCreated { get; }
member this.IsHostCreated : bool
Public ReadOnly Property IsHostCreated As Boolean

プロパティ値

ASP.NET Web アプリケーションのコンパイルに使用するアプリケーション ドメインが作成済みの場合は true。それ以外の場合は false

適用対象

こちらもご覧ください