Search Results for

    Show / Hide Table of Contents

    Class MarkdownLinkBaseInlineRule

    Inheritance
    Object
    MarkdownLinkBaseInlineRule
    MarkdownLinkInlineRule
    MarkdownNoLinkInlineRule
    MarkdownRefLinkInlineRule
    Implements
    IMarkdownRule
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.DocAsCode.MarkdownLite
    Assembly: Microsoft.DocAsCode.MarkdownLite.dll
    Syntax
    public abstract class MarkdownLinkBaseInlineRule : IMarkdownRule

    Properties

    | Improve this Doc View Source

    Name

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

    Methods

    | Improve this Doc View Source

    GenerateToken(IMarkdownParser, String, String, String, Boolean, SourceInfo, MarkdownLinkType, String)

    Declaration
    protected virtual IMarkdownToken GenerateToken(IMarkdownParser parser, string href, string title, string text, bool isImage, SourceInfo sourceInfo, MarkdownLinkType linkType, string refId)
    Parameters
    Type Name Description
    IMarkdownParser parser
    String href
    String title
    String text
    Boolean isImage
    SourceInfo sourceInfo
    MarkdownLinkType linkType
    String refId
    Returns
    Type Description
    IMarkdownToken
    | Improve this Doc View Source

    TryMatch(IMarkdownParser, IMarkdownParsingContext)

    Declaration
    public abstract IMarkdownToken TryMatch(IMarkdownParser parser, IMarkdownParsingContext context)
    Parameters
    Type Name Description
    IMarkdownParser parser
    IMarkdownParsingContext context
    Returns
    Type Description
    IMarkdownToken

    Implements

    IMarkdownRule

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    • 0 Comments
    In This Article
    Back to top Copyright © Microsoft.
    Generated by DocFX