Show / Hide Table of Contents

    Interface ICustomMarkdownTagValidator

    Contract interface for custom validate tag in markdown

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

    Methods

    Validate(String)

    Declaration
    bool Validate(string tag)
    Parameters
    Type Name Description
    String tag
    Returns
    Type Description
    Boolean

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX