Search Results for

    Show / Hide Table of Contents

    Interface ISupportIncrementalPostProcessor

    Namespace: Microsoft.DocAsCode.Plugins
    Assembly: Microsoft.DocAsCode.Plugins.dll
    Syntax
    public interface ISupportIncrementalPostProcessor

    Properties

    | Improve this Doc View Source

    PostProcessorHost

    Get or set post processor host

    Declaration
    IPostProcessorHost PostProcessorHost { get; set; }
    Property Value
    Type Description
    IPostProcessorHost

    Methods

    | Improve this Doc View Source

    GetIncrementalContextHash()

    Get the hash of incremental context, skip incremental if it is different from latest one.

    Declaration
    string GetIncrementalContextHash()
    Returns
    Type Description
    String

    the hash.

    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