HtmlTagToken
Class for StartTagToken and EndTagToken.
Gets the list of attributes.
Gets or sets the state of the self-closing flag.
Sets the default values.
Creates a new HTML TagToken with the defined name.
Creates a new closing HtmlTagToken for the given name.
Creates a new opening HtmlTagToken for the given name.
Adds a new attribute to the list of attributes. The value will
be set to an empty string.
Adds a new attribute to the list of attributes.
Gets the value of the attribute with the given name or an empty
string if the attribute is not available.
Sets the value of the last added attribute.