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