Class DfmIncludeBlockToken
Inheritance
DfmIncludeBlockToken
Namespace:Microsoft.DocAsCode.Dfm
Assembly:Microsoft.DocAsCode.Dfm.dll
Syntax
public class DfmIncludeBlockToken : IMarkdownToken
Constructors
DfmIncludeBlockToken(IMarkdownRule, IMarkdownContext, String, String, String, SourceInfo)
Declaration
public DfmIncludeBlockToken(IMarkdownRule rule, IMarkdownContext context, string src, string name, string title, SourceInfo sourceInfo)
Parameters
DfmIncludeBlockToken(IMarkdownRule, IMarkdownContext, String, String, String, String, SourceInfo)
Declaration
[Obsolete]
public DfmIncludeBlockToken(IMarkdownRule rule, IMarkdownContext context, string src, string name, string title, string raw, SourceInfo sourceInfo)
Parameters
Properties
Context
Declaration
public IMarkdownContext Context { get; }
Property Value
Implements
Name
Declaration
public string Name { get; }
Property Value
Raw
Declaration
[Obsolete]
public string Raw { get; }
Property Value
Rule
Declaration
public IMarkdownRule Rule { get; }
Property Value
Implements
SourceInfo
Declaration
public SourceInfo SourceInfo { get; }
Property Value
Implements
Src
Declaration
public string Src { get; }
Property Value
Title
Declaration
public string Title { get; }
Property Value
Extension Methods