HtmlNodeItem(String, String) Constructor

Create a new instance of the HtmlNodeItem item.

Definition

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

Parameters

nodeType  String
The type of node to create.
text  String
Text to assign to the node.

See Also