HtmlTextNode Properties |
The HtmlTextNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | Text |
Gets or Sets the text of the node.
|