HtmlNodeItem(String, String, Boolean) Constructor

Create a new instance of the HtmlNodeItem item.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 26.2218.4544
C#
public HtmlNodeItem(
	string nodeType,
	string text,
	bool treatTextAsNodes
)

Parameters

nodeType  String
The type of node to create.
text  String
Text to assign to the node.
treatTextAsNodes  Boolean
Value indicating whether node text will be treated as dedicated child text nodes.

See Also