다음을 통해 공유


RazorPage.IsSectionDefined(String) 메서드

정의

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

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

매개 변수

name
String

검색할 섹션 이름입니다.

반환

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

적용 대상