Html |
public class HtmlCommentToken : HtmlToken
The HtmlCommentToken type exposes the following members.
Name | Description | |
---|---|---|
HtmlCommentToken | Initialize a new instance of the HtmlCommentToken class. |
Name | Description | |
---|---|---|
Comment | Get the comment. | |
IsBogusComment | Get whether or not the comment is a bogus comment. | |
Kind |
Get the kind of HTML token that this object represents.
(Inherited from HtmlToken) |
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 HTML comment to a TextWriter.
(Overrides HtmlTokenWriteTo(TextWriter)) |