ParserBase.ParseSection Method
Parses the section in ordered list of the elements.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
public function ParseSection( nestingSequences : Tuple<String, String>, caseSensitive : boolean )
Parameters
- nestingSequences
- Type: System.Tuple(String, String)
The pair of nesting sequences.
- caseSensitive
- Type: System.Boolean
true if the case is sensitive; otherwise, false.
Show: