Click or drag to resize

HtmlCommentNode Class

Represents an HTML comment.
Inheritance Hierarchy
System.Object
  WorkflowGen.My.HtmlAgilityPack.HtmlNode
    WorkflowGen.My.HtmlAgilityPack.HtmlCommentNode

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.3.3.0 (8.3.3.20240926)
Syntax
public class HtmlCommentNode : HtmlNode

The HtmlCommentNode type exposes the following members.

Properties
  NameDescription
Public propertyComment
Gets or Sets the comment text of the node.
Public propertyInnerHtml
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 HtmlNode.InnerHtml.)
Public propertyOuterHtml
Gets or Sets the object and its content in HTML.
(Overrides HtmlNode.OuterHtml.)
Top
See Also