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

适用于

另请参阅