Click or drag to resize
MimeKit

HtmlCDataToken Class

An HTML token constisting of [CDATA[.
Inheritance Hierarchy
SystemObject
  MimeKit.TextHtmlToken
    MimeKit.TextHtmlDataToken
      MimeKit.TextHtmlCDataToken

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

The HtmlCDataToken type exposes the following members.

Constructors
 NameDescription
Public methodHtmlCDataToken Initialize a new instance of the HtmlCDataToken class.
Top
Properties
 NameDescription
Public propertyData Get the character data.
(Inherited from HtmlDataToken)
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 HtmlDataTokenWriteTo(TextWriter))
Top
Remarks
An HTML token consisting of [CDATA[.
See Also