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

Inheritance: IMarkdownService, IHasIncrementalContext
ファイルを表示 Open project: dotnet/docfx

Public Methods

Method 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 method

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
return System.Collections

Markup() public method

public Markup ( string src, string path ) : MarkupResult
src string
path string
return Microsoft.DocAsCode.Plugins.MarkupResult