C# Class Microsoft.DocAsCode.Build.TableOfContents.MarkdownTocReader.TopicTocParseRule

1. # [tocTitle](tocLink) 2. # [tocTitle](@uid) 3. # [tocTitle](xref:uid)
Inheritance: ParseRule
Exibir arquivo Open project: dotnet/docfx

Public Properties

Property Type Description
TocRegex System.Text.RegularExpressions.Regex

Public Methods

Method Description
Apply ( ParseState state, Match match ) : ParseState
Match ( string text ) : Match

Method Details

Apply() public method

public Apply ( ParseState state, Match match ) : ParseState
state ParseState
match System.Text.RegularExpressions.Match
return ParseState

Match() public method

public Match ( string text ) : Match
text string
return System.Text.RegularExpressions.Match

Property Details

TocRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions TocRegex
return System.Text.RegularExpressions.Regex