HtmlMarkupParser.ParseSection(Tuple<String,String>, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses a section with markups given by the nesting sequences.
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)
Parameters
- caseSensitive
- Boolean
true to indicate case-sensitive parsing; otherwise, false.