Click or drag to resize
MimeKit

HtmlScriptDataToken Class

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

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

The HtmlScriptDataToken type exposes the following members.

Constructors
 NameDescription
Public methodHtmlScriptDataToken Initialize a new instance of the HtmlScriptDataToken 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 script data to a TextWriter.
(Overrides HtmlDataTokenWriteTo(TextWriter))
Top
Remarks
An HTML token consisting of script data.
See Also