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

    Class HtmlAttribute

    An HTML attribute.

    The C# (HtmlAttributeId, value) and (name, value) constructors collapse to a single TS signature disambiguated by whether the first argument is an HtmlAttributeId enum value. The internal name-only form (no validation) is selected when value is omitted entirely.

    Index
    value: string | null

    Get the value of the attribute.