Click or drag to resize
MimeKit

HtmlTagToken Class

An HTML tag token.
Inheritance Hierarchy
SystemObject
  MimeKit.TextHtmlToken
    MimeKit.TextHtmlTagToken

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public class HtmlTagToken : HtmlToken

The HtmlTagToken type exposes the following members.

Constructors
 NameDescription
Public methodHtmlTagToken(String, Boolean) Initialize a new instance of the HtmlTagToken class.
Public methodHtmlTagToken(String, IEnumerableHtmlAttribute, Boolean) Initialize a new instance of the HtmlTagToken class.
Top
Properties
 NameDescription
Public propertyAttributes Get the attributes.
Public propertyId Get the HTML tag identifier.
Public propertyIsEmptyElement Get whether or not the tag is an empty element.
Public propertyIsEndTag Get whether or not the tag is an end tag.
Public propertyKind Get the kind of HTML token that this object represents.
(Inherited from HtmlToken)
Public propertyName Get the name of the tag.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString Return a String that represents the current HtmlToken.
(Inherited from HtmlToken)
Public methodWriteTo Write the HTML tag to a TextWriter.
(Overrides HtmlTokenWriteTo(TextWriter))
Top
Remarks
An HTML tag token.
See Also