Click or drag to resize
MimeKit

HtmlDataToken Class

An HTML token constisting of character data.
Inheritance Hierarchy
SystemObject
  MimeKit.TextHtmlToken
    MimeKit.TextHtmlDataToken
      MimeKit.TextHtmlCDataToken
      MimeKit.TextHtmlScriptDataToken

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

The HtmlDataToken type exposes the following members.

Constructors
 NameDescription
Public methodHtmlDataToken(String) Initialize a new instance of the HtmlDataToken class.
Protected methodHtmlDataToken(HtmlTokenKind, String) Initialize a new instance of the HtmlDataToken class.
Top
Properties
 NameDescription
Public propertyData Get the character data.
Public propertyKind Get the kind of HTML token that this object represents.
(Inherited from HtmlToken)
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 character data to a TextWriter.
(Overrides HtmlTokenWriteTo(TextWriter))
Top
Remarks
An HTML token consisting of character data.
See Also