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

1. 2.
Inheritance: ParseRule
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Свойство Type Description
XrefAutoLinkTocRegex System.Text.RegularExpressions.Regex
XrefAutoLinkWithQuoteTocRegex System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
Apply ( ParseState state, Match match ) : ParseState
Match ( string text ) : Match

Method Details

Apply() public méthode

public Apply ( ParseState state, Match match ) : ParseState
state ParseState
match System.Text.RegularExpressions.Match
Résultat ParseState

Match() public méthode

public Match ( string text ) : Match
text string
Résultat System.Text.RegularExpressions.Match

Property Details

XrefAutoLinkTocRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions XrefAutoLinkTocRegex
Résultat System.Text.RegularExpressions.Regex

XrefAutoLinkWithQuoteTocRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions XrefAutoLinkWithQuoteTocRegex
Résultat System.Text.RegularExpressions.Regex