Click or drag to resize

HtmlTextNode Class

Represents an HTML text node.
Inheritance Hierarchy

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public class HtmlTextNode : HtmlNode

The HtmlTextNode type exposes the following members.

Properties
  NameDescription
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 HtmlNodeInnerHtml.)
Public propertyOuterHtml
Gets or Sets the object and its content in HTML.
(Overrides HtmlNodeOuterHtml.)
Public propertyText
Gets or Sets the text of the node.
Top
See Also