Click or drag to resize
MimeKit

HtmlToken Class

An abstract HTML token class.
Inheritance Hierarchy

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

The HtmlToken type exposes the following members.

Constructors
 NameDescription
Protected methodHtmlToken Initialize a new instance of the HtmlToken class.
Top
Properties
 NameDescription
Public propertyKind Get the kind of HTML token that this object represents.
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.
(Overrides ObjectToString)
Public methodWriteTo Write the HTML token to a TextWriter.
Top
Remarks
An abstract HTML token class.
See Also