C# Class Microsoft.DocAsCode.Dfm.DfmFencesBlockToken

Inheritance: DfmFencesToken
Show file Open project: dotnet/docfx Class Usage Examples

Public Methods

Method Description
DfmFencesBlockToken ( IMarkdownRule rule, IMarkdownContext context, string name, string path, SourceInfo sourceInfo, string lang = null, string title = null, IDfmFencesBlockPathQueryOption pathQueryOption = null ) : Microsoft.DocAsCode.MarkdownLite

Method Details

DfmFencesBlockToken() public method

public DfmFencesBlockToken ( IMarkdownRule rule, IMarkdownContext context, string name, string path, SourceInfo sourceInfo, string lang = null, string title = null, IDfmFencesBlockPathQueryOption pathQueryOption = null ) : Microsoft.DocAsCode.MarkdownLite
rule IMarkdownRule
context IMarkdownContext
name string
path string
sourceInfo Microsoft.DocAsCode.MarkdownLite.SourceInfo
lang string
title string
pathQueryOption IDfmFencesBlockPathQueryOption
return Microsoft.DocAsCode.MarkdownLite