Click or drag to resize
MimeKit

HtmlDocTypeToken Class

An HTML DOCTYPE token.
Inheritance Hierarchy
SystemObject
  MimeKit.TextHtmlToken
    MimeKit.TextHtmlDocTypeToken

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

The HtmlDocTypeToken type exposes the following members.

Constructors
 NameDescription
Public methodHtmlDocTypeToken Initialize a new instance of the HtmlDocTypeToken class.
Top
Properties
 NameDescription
Public propertyForceQuirksMode Get whether or not quirks-mode should be forced.
Public propertyKind Get the kind of HTML token that this object represents.
(Inherited from HtmlToken)
Public propertyName Get or set the DOCTYPE name.
Public propertyPublicIdentifier Get or set the public identifier.
Public propertyPublicKeyword Get the public keyword that was used.
Public propertySystemIdentifier Get or set the system identifier.
Public propertySystemKeyword Get the system keyword that was used.
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 DOCTYPE tag to a TextWriter.
(Overrides HtmlTokenWriteTo(TextWriter))
Top
Remarks
An HTML DOCTYPE token.
See Also