Create an HTML attribute from an attribute identifier and value.
The attribute identifier.
The attribute value.
Create an HTML attribute from an attribute name and value.
The attribute name.
The attribute value.
internal: name only, no validation (used by the tokenizer).
Get the HTML attribute identifier.
Get the name of the attribute.
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
valueis omitted entirely.