Show / Hide Table of Contents

    Class MarkdownImageInlineToken

    Inheritance
    Object
    MarkdownImageInlineToken
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace:Microsoft.DocAsCode.MarkdownLite
    Assembly:Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public class MarkdownImageInlineToken : IMarkdownToken

    Constructors

    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
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    String href
    String title
    String text
    SourceInfo sourceInfo
    MarkdownLinkType linkType
    String refId

    Properties

    Context

    Declaration
    public IMarkdownContext Context { get; }
    Property Value
    Type Description
    IMarkdownContext
    Implements
    IMarkdownToken.Context

    Href

    Declaration
    public string Href { get; }
    Property Value
    Type Description
    String

    LinkType

    Declaration
    public MarkdownLinkType LinkType { get; }
    Property Value
    Type Description
    MarkdownLinkType

    RefId

    Declaration
    public string RefId { get; }
    Property Value
    Type Description
    String

    Rule

    Declaration
    public IMarkdownRule Rule { get; }
    Property Value
    Type Description
    IMarkdownRule
    Implements
    IMarkdownToken.Rule

    SourceInfo

    Declaration
    public SourceInfo SourceInfo { get; }
    Property Value
    Type Description
    SourceInfo
    Implements
    IMarkdownToken.SourceInfo

    Text

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    String

    Title

    Declaration
    public string Title { get; }
    Property Value
    Type Description
    String

    Extension Methods

    MarkdownTokenExtensions.Children(IMarkdownToken)
    MarkdownTokenExtensions.Children<T>(IMarkdownToken)
    MarkdownTokenExtensions.Descendants(IMarkdownToken)
    MarkdownTokenExtensions.Descendants<T>(IMarkdownToken)
    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX