Click or drag to resize

HtmlNodeCollection Constructor

Initialize the HtmlNodeCollection with the base parent node

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public HtmlNodeCollection(
	HtmlNode parentnode
)

Parameters

parentnode
Type: WorkflowGen.My.HtmlAgilityPackHtmlNode
The base node of the collection
See Also