CreateTextNode Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Creates an HTML text node.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public HtmlTextNode CreateTextNode()
Visual Basic
Public Function CreateTextNode As HtmlTextNode
Visual C++
public:
HtmlTextNode^ CreateTextNode()

Return Value

The new HTML text node.

See Also