Class MarkdownImageInlineToken
Inheritance
MarkdownImageInlineToken
Namespace:Microsoft.DocAsCode.MarkdownLite
Assembly:Microsoft.DocAsCode.MarkdownLite.dll
Syntax
public class MarkdownImageInlineToken : IMarkdownToken
Constructors
|
Improve this Doc
View Source
MarkdownImageInlineToken(IMarkdownRule, IMarkdownContext, String, String, String, SourceInfo, MarkdownLinkType, String)
Declaration
public MarkdownImageInlineToken(IMarkdownRule rule, IMarkdownContext context, string href, string title, string text, SourceInfo sourceInfo, MarkdownLinkType linkType, string refId)
Parameters
Properties
|
Improve this Doc
View Source
Context
Declaration
public IMarkdownContext Context { get; }
Property Value
Implements
|
Improve this Doc
View Source
Href
Declaration
public string Href { get; }
Property Value
|
Improve this Doc
View Source
LinkType
Declaration
public MarkdownLinkType LinkType { get; }
Property Value
|
Improve this Doc
View Source
RefId
Declaration
public string RefId { 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
Text
Declaration
public string Text { get; }
Property Value
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; }
Property Value
Extension Methods