AbstractProtectedconstructorCreate an HTML tag context.
The HTML tag identifier.
ReadonlytagGet the HTML tag identifier.
Get or set whether the end tag should be deleted.
Get or set whether the tag should be deleted.
Get or set whether the HtmlTagCallback should be invoked for the end tag.
Get or set whether the inner content of the tag should be suppressed.
AbstractattributesGet the HTML tag attributes.
AbstractisGet whether the tag is an empty element tag.
AbstractisGet whether the tag is an end tag.
AbstracttagGet the HTML tag name.
Write the HTML tag to the given HTML writer.
The HTML writer.
true to write attributes; otherwise, false.
An HTML tag context used with the HtmlTagCallback delegate.