다음을 통해 공유


WebPageBase.IsSectionDefined(String) 메서드

정의

지정된 섹션이 페이지에 정의되어 있는지를 나타내는 값을 반환합니다.

public bool IsSectionDefined (string name);
member this.IsSectionDefined : string -> bool
Public Function IsSectionDefined (name As String) As Boolean

매개 변수

name
String

검색할 섹션의 이름입니다.

반환

지정한 섹션이 페이지에 정의되어 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상