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