C# 클래스 Microsoft.DocAsCode.Build.Engine.DfmServiceProvider.DfmService

상속: IMarkdownService, IHasIncrementalContext
파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

메소드 설명
DfmService ( string baseDir, string templateDir, string>.ImmutableDictionary tokens, IMarkdownTokenTreeValidator tokenTreeValidator, IReadOnlyList fallbackFolders = null ) : System.Collections
Markup ( string src, string path ) : MarkupResult

메소드 상세

DfmService() 공개 메소드

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
리턴 System.Collections

Markup() 공개 메소드

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