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.0.5.0 (8.0.5.20210818)
Syntax
public HtmlNodeCollection(
	HtmlNode parentnode
)

Parameters

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