Click or drag to resize

HtmlDocumentCreateTextNode Method (String)

Creates an HTML text node with the specified text.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.2.0.0 (4.2.0.0)
Syntax
public HtmlTextNode CreateTextNode(
	string text
)

Parameters

text
Type: SystemString
The text of the node. May not be null.

Return Value

Type: HtmlTextNode
The new HTML text node.
See Also