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

    Enumeration HtmlWriterState

    An enumeration of possible states of an HtmlWriter.

    Index
    Default: "Default"

    The writer is not within a tag and can only write a tag or text.

    Tag: "Tag"

    The writer is inside a tag and can write an attribute, another tag, or text.

    Attribute: "Attribute"

    The writer is inside an attribute and can append a value, start another attribute, or write another tag or text.