Click or drag to resize

HtmlNode Constructor

Initializes HtmlNode, providing type, owner and where it exists in a collection

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public HtmlNode(
	HtmlNodeType type,
	HtmlDocument ownerdocument,
	int index
)

Parameters

type
Type: WorkflowGen.My.HtmlAgilityPackHtmlNodeType
ownerdocument
Type: WorkflowGen.My.HtmlAgilityPackHtmlDocument
index
Type: SystemInt32
See Also