Inheritance
DfmYamlHeaderBlockToken
Namespace:Microsoft.DocAsCode.Dfm
Assembly:Microsoft.DocAsCode.Dfm.dll
public class DfmYamlHeaderBlockToken : IMarkdownToken
Constructors
Declaration
public DfmYamlHeaderBlockToken(IMarkdownRule rule, IMarkdownContext context, string content, SourceInfo sourceInfo)
Parameters
Properties
Declaration
public string Content { get; }
Property Value
Declaration
public IMarkdownContext Context { get; }
Property Value
Implements
Declaration
public IMarkdownRule Rule { get; }
Property Value
Implements
Declaration
public SourceInfo SourceInfo { get; }
Property Value
Implements
Extension Methods