HtmlCommentToken sealed class HtmlCommentToken : HtmlToken The token that is used for comments. Documentation Code public HtmlCommentToken() Creates a new comment token. public HtmlCommentToken(string data) Creates a new comment token with the supplied data.