mimekit-ts - v1.0.0
    Preparing search index...

    Class HtmlTagContextAbstract

    An HTML tag context used with the HtmlTagCallback delegate.

    Index
    tagId: HtmlTagId

    Get the HTML tag identifier.

    deleteEndTag: boolean = false

    Get or set whether the end tag should be deleted.

    deleteTag: boolean = false

    Get or set whether the tag should be deleted.

    invokeCallbackForEndTag: boolean = false

    Get or set whether the HtmlTagCallback should be invoked for the end tag.

    suppressInnerContent: boolean = false

    Get or set whether the inner content of the tag should be suppressed.

    • Write the HTML tag to the given HTML writer.

      Parameters

      • htmlWriter: HtmlWriter

        The HTML writer.

      • writeAttributes: boolean = false

        true to write attributes; otherwise, false.

      Returns void

      htmlWriter is null or undefined.