Class DfmIncludeBlockToken
Inheritance
DfmIncludeBlockToken
Namespace:Microsoft.DocAsCode.Dfm
Assembly:Microsoft.DocAsCode.Dfm.dll
Syntax
public class DfmIncludeBlockToken : IMarkdownToken
Constructors
|
Improve this Doc
View Source
DfmIncludeBlockToken(IMarkdownRule, IMarkdownContext, String, String, String, String, SourceInfo)
Declaration
public DfmIncludeBlockToken(IMarkdownRule rule, IMarkdownContext context, string src, string name, string title, string raw, SourceInfo sourceInfo)
Parameters
Properties
|
Improve this Doc
View Source
Context
Declaration
public IMarkdownContext Context { get; }
Property Value
Implements
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Improve this Doc
View Source
Raw
Declaration
public string Raw { get; }
Property Value
|
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
|
Improve this Doc
View Source
Src
Declaration
public string Src { get; }
Property Value
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; }
Property Value
Extension Methods