HtmlNodeItem(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
)

Parameters

nodeType  String
The type of node to create.

See Also