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