Show / Hide Table of Contents

    Class MarkdownLinkInlineToken

    Inheritance
    Object
    MarkdownLinkInlineToken
    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 MarkdownLinkInlineToken : IMarkdownExpression, IMarkdownToken, IMarkdownRewritable<MarkdownLinkInlineToken>

    Constructors

    | Improve this Doc View Source

    MarkdownLinkInlineToken(IMarkdownRule, IMarkdownContext, String, String, ImmutableArray<IMarkdownToken>, SourceInfo, MarkdownLinkType, String)

    Declaration
    public MarkdownLinkInlineToken(IMarkdownRule rule, IMarkdownContext context, string href, string title, ImmutableArray<IMarkdownToken> content, SourceInfo sourceInfo, MarkdownLinkType linkType, string refId)
    Parameters
    Type Name Description
    IMarkdownRule rule
    IMarkdownContext context
    String href
    String title
    System.Collections.Immutable.ImmutableArray<IMarkdownToken> content
    SourceInfo sourceInfo
    MarkdownLinkType linkType
    String refId

    Properties

    | Improve this Doc View Source

    Content

    Declaration
    public ImmutableArray<IMarkdownToken> Content { get; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableArray<IMarkdownToken>
    | Improve this Doc View Source

    Context

    Declaration
    public IMarkdownContext Context { get; }
    Property Value
    Type Description
    IMarkdownContext
    Implements
    IMarkdownToken.Context
    | Improve this Doc View Source

    Href

    Declaration
    public string Href { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    LinkType

    Declaration
    public MarkdownLinkType LinkType { get; }
    Property Value
    Type Description
    MarkdownLinkType
    | Improve this Doc View Source

    RefId

    Declaration
    public string RefId { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Rule

    Declaration
    public IMarkdownRule Rule { get; }
    Property Value
    Type Description
    IMarkdownRule
    Implements
    IMarkdownToken.Rule
    | Improve this Doc View Source

    SourceInfo

    Declaration
    public SourceInfo SourceInfo { get; }
    Property Value
    Type Description
    SourceInfo
    Implements
    IMarkdownToken.SourceInfo
    | Improve this Doc View Source

    Title

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

    Methods

    | Improve this Doc View Source

    GetChildren()

    Declaration
    public IEnumerable<IMarkdownToken> GetChildren()
    Returns
    Type Description
    IEnumerable<IMarkdownToken>
    Implements
    IMarkdownExpression.GetChildren()
    | Improve this Doc View Source

    Rewrite(IMarkdownRewriteEngine)

    Declaration
    public MarkdownLinkInlineToken Rewrite(IMarkdownRewriteEngine rewriterEngine)
    Parameters
    Type Name Description
    IMarkdownRewriteEngine rewriterEngine
    Returns
    Type Description
    MarkdownLinkInlineToken
    Implements
    IMarkdownRewritable<MarkdownLinkInlineToken>.Rewrite(IMarkdownRewriteEngine)

    Extension Methods

    MarkdownTokenExtensions.Children()
    MarkdownTokenExtensions.Children<T>()
    MarkdownTokenExtensions.Descendants()
    MarkdownTokenExtensions.Descendants<T>()
    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX