Class DfmIncludeInlineToken
Inheritance
DfmIncludeInlineToken
Namespace:Microsoft.DocAsCode.Dfm
Assembly:Microsoft.DocAsCode.Dfm.dll
Syntax
public class DfmIncludeInlineToken : IMarkdownToken
Constructors
DfmIncludeInlineToken(IMarkdownRule, IMarkdownContext, String, String, String, String, SourceInfo)
Declaration
public DfmIncludeInlineToken(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
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