HtmlNodeCollectionAppendMatches(ListHtmlNodeItem, ListHtmlAttributeItem, FuncHtmlAttributeItem, Boolean) Method

Append items matching the specified pattern to the list of items.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void AppendMatches(
	List<HtmlNodeItem> nodes,
	List<HtmlAttributeItem> targetItems,
	Func<HtmlAttributeItem, bool> match
)

Parameters

nodes  ListHtmlNodeItem
Reference to the colleciton of nodes being searched.
targetItems  ListHtmlAttributeItem
Reference to the collection of target items.
match  FuncHtmlAttributeItem, Boolean
Reference to the function pattern to match.

See Also