Show / Hide Table of Contents

    Class MarkdownServiceParameters

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

    Properties

    | Improve this Doc View Source

    BasePath

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

    Extensions

    Declaration
    public IReadOnlyDictionary<string, object> Extensions { get; set; }
    Property Value
    Type Description
    IReadOnlyDictionary<String, Object>
    | Improve this Doc View Source

    TemplateDir

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

    Tokens

    Declaration
    public ImmutableDictionary<string, string> Tokens { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableDictionary<String, String>

    Extension Methods

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