다음을 통해 공유


HtmlMarkupParser.ParseSection(Tuple<String,String>, Boolean) 메서드

정의

중첩된 시퀀스로 지정된 태그가 있는 섹션을 구문 분석합니다.

public override void ParseSection((string,string) nestingSequences, bool caseSensitive);
override this.ParseSection : string * string * bool -> unit
Public Overrides Sub ParseSection (nestingSequences As Tuple(Of String, String), caseSensitive As Boolean)

매개 변수

nestingSequences
Tuple<String,String>

태그 중첩 시퀀스를 지정하는 튜플입니다.

caseSensitive
Boolean

대/소문자를 구분하는 구문 분석을 나타내려면 true입니다. 그렇지 않으면 false입니다.

적용 대상