| HtmlCommentNode Properties | 
The HtmlCommentNode type exposes the following members.
| Name | Description | |
|---|---|---|
| Comment | 
            Gets or Sets the comment text of the node.
              | |
| InnerHtml | 
            Gets or Sets the HTML between the start and end tags of the object. In the case of a text node, it is equals to OuterHtml.
              (Overrides HtmlNodeInnerHtml.) | |
| OuterHtml | 
            Gets or Sets the object and its content in HTML.
              (Overrides HtmlNodeOuterHtml.) |