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