HtmlNodeItem(String) Constructor

Create a new instance of the HtmlNodeItem item.

Definition

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

Parameters

nodeType  String
The type of node to create.

See Also