Show / Hide Table of Contents

    Class MarkupResult

    Inheritance
    Object
    MarkupResult
    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 MarkupResult

    Properties

    | Improve this Doc View Source

    Dependency

    Declaration
    public ImmutableArray<string> Dependency { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableArray<String>
    | Improve this Doc View Source

    Html

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

    LinkToFiles

    Declaration
    public ImmutableArray<string> LinkToFiles { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableArray<String>
    | Improve this Doc View Source

    LinkToUids

    Declaration
    public ImmutableHashSet<string> LinkToUids { get; set; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableHashSet<String>
    | Improve this Doc View Source

    YamlHeader

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

    Methods

    | Improve this Doc View Source

    Clone()

    Declaration
    public MarkupResult Clone()
    Returns
    Type Description
    MarkupResult

    Extension Methods

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