C# Class Microsoft.DocAsCode.Build.Engine.DfmServiceProvider.DfmService

Inheritance: IMarkdownService, IHasIncrementalContext
Afficher le fichier Open project: dotnet/docfx

Méthodes publiques

Méthode Description
DfmService ( string baseDir, string templateDir, string>.ImmutableDictionary tokens, IMarkdownTokenTreeValidator tokenTreeValidator, IReadOnlyList fallbackFolders = null ) : System.Collections
Markup ( string src, string path ) : MarkupResult

Method Details

DfmService() public méthode

public DfmService ( string baseDir, string templateDir, string>.ImmutableDictionary tokens, IMarkdownTokenTreeValidator tokenTreeValidator, IReadOnlyList fallbackFolders = null ) : System.Collections
baseDir string
templateDir string
tokens string>.ImmutableDictionary
tokenTreeValidator IMarkdownTokenTreeValidator
fallbackFolders IReadOnlyList
Résultat System.Collections

Markup() public méthode

public Markup ( string src, string path ) : MarkupResult
src string
path string
Résultat Microsoft.DocAsCode.Plugins.MarkupResult