Click or drag to resize

HtmlNodeCollectionFindFirst Method (HtmlNodeCollection, String)

Get first instance of node in supplied collection

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public static HtmlNode FindFirst(
	HtmlNodeCollection items,
	string name
)

Parameters

items
Type: WorkflowGen.My.HtmlAgilityPackHtmlNodeCollection
name
Type: SystemString

Return Value

Type: HtmlNode
See Also