다음을 통해 공유


ClientBuildManager.IsHostCreated 속성

정의

ASP.NET 웹 애플리케이션 컴파일을 위한 애플리케이션 도메인이 만들어졌는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

ASP.NET 웹 애플리케이션 컴파일을 위한 애플리케이션 도메인이 만들어졌으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보