HtmlNodeCollectionFindMatches Method

Return a list of items matching the specified pattern.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public List<HtmlNodeItem> FindMatches(
	Func<HtmlNodeItem, bool> match,
	bool recurse = true
)

Parameters

match  FuncHtmlNodeItem, Boolean
Reference to the function pattern to match.
recurse  Boolean  (Optional)
Value indicating whether to return matches from all levels.

Return Value

ListHtmlNodeItem
Reference to a list of matching items.

See Also