Click or drag to resize
MimeKit

HtmlCommentToken Class

An HTML comment token.
Inheritance Hierarchy
SystemObject
  MimeKit.TextHtmlToken
    MimeKit.TextHtmlCommentToken

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

The HtmlCommentToken type exposes the following members.

Constructors
 NameDescription
Public methodHtmlCommentToken Initialize a new instance of the HtmlCommentToken class.
Top
Properties
 NameDescription
Public propertyComment Get the comment.
Public propertyIsBogusComment Get whether or not the comment is a bogus comment.
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 comment to a TextWriter.
(Overrides HtmlTokenWriteTo(TextWriter))
Top
Remarks
An HTML comment token.
See Also