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