C# Class Microsoft.DocAsCode.Dfm.DfmEngine

Inheritance: Microsoft.DocAsCode.MarkdownLite.MarkdownEngine
Afficher le fichier Open project: dotnet/docfx Class Usage Examples

Méthodes publiques

Méthode Description
DfmEngine ( IMarkdownContext context, IMarkdownTokenRewriter rewriter, object renderer, Options options ) : System.Collections.Generic
Markup ( string src, string path ) : string
Markup ( string src, string path, HashSet dependency ) : string

Private Methods

Méthode Description
GetFileScope ( ImmutableStack parents ) : LoggerFileScope
InternalMarkup ( string src, IMarkdownContext context ) : string
InternalMarkup ( string src, ImmutableStack parents, HashSet dependency ) : string

Method Details

DfmEngine() public méthode

public DfmEngine ( IMarkdownContext context, IMarkdownTokenRewriter rewriter, object renderer, Options options ) : System.Collections.Generic
context IMarkdownContext
rewriter IMarkdownTokenRewriter
renderer object
options Microsoft.DocAsCode.MarkdownLite.Options
Résultat System.Collections.Generic

Markup() public méthode

public Markup ( string src, string path ) : string
src string
path string
Résultat string

Markup() public méthode

public Markup ( string src, string path, HashSet dependency ) : string
src string
path string
dependency HashSet
Résultat string