Show / Hide Table of Contents

    Class MarkdownRendererAdapter

    The adapter for markdown renderer, use dynamic dispatch.

    Inheritance
    Object
    MarkdownRendererAdapter
    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 MarkdownRendererAdapter : IMarkdownRenderer

    Constructors

    | Improve this Doc View Source

    MarkdownRendererAdapter(IMarkdownEngine, Object, Options, Dictionary<String, LinkObj>)

    Declaration
    public MarkdownRendererAdapter(IMarkdownEngine engine, object renderer, Options options, Dictionary<string, LinkObj> links)
    Parameters
    Type Name Description
    IMarkdownEngine engine
    Object renderer
    Options options
    Dictionary<String, LinkObj> links

    Properties

    | Improve this Doc View Source

    Engine

    Declaration
    public IMarkdownEngine Engine { get; }
    Property Value
    Type Description
    IMarkdownEngine
    Implements
    IMarkdownRenderer.Engine
    | Improve this Doc View Source

    Links

    Declaration
    public Dictionary<string, LinkObj> Links { get; }
    Property Value
    Type Description
    Dictionary<String, LinkObj>
    Implements
    IMarkdownRenderer.Links
    | Improve this Doc View Source

    Options

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

    Renderer

    Declaration
    public object Renderer { get; }
    Property Value
    Type Description
    Object

    Methods

    | Improve this Doc View Source

    Render(IMarkdownToken)

    Declaration
    public StringBuffer Render(IMarkdownToken token)
    Parameters
    Type Name Description
    IMarkdownToken token
    Returns
    Type Description
    StringBuffer
    Implements
    IMarkdownRenderer.Render(IMarkdownToken)

    Extension Methods

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