Html |
public class HtmlDocTypeToken : HtmlToken
The HtmlDocTypeToken type exposes the following members.
Name | Description | |
---|---|---|
HtmlDocTypeToken | Initialize a new instance of the HtmlDocTypeToken class. |
Name | Description | |
---|---|---|
ForceQuirksMode | Get whether or not quirks-mode should be forced. | |
Kind |
Get the kind of HTML token that this object represents.
(Inherited from HtmlToken) | |
Name | Get or set the DOCTYPE name. | |
PublicIdentifier | Get or set the public identifier. | |
PublicKeyword | Get the public keyword that was used. | |
SystemIdentifier | Get or set the system identifier. | |
SystemKeyword | Get the system keyword that was used. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) | |
ToString |
Return a String that represents the current HtmlToken.
(Inherited from HtmlToken) | |
WriteTo |
Write the DOCTYPE tag to a TextWriter.
(Overrides HtmlTokenWriteTo(TextWriter)) |