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