共用方式為


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

屬性值

Boolean

如果編譯 ASP.NET Web 應用程式的應用程式定義域已建立則為 true,否則為 false

適用於

另請參閱