HtmlNodeCollectionAppendMatches(ListHtmlNodeItem, ListHtmlAttributeItem, FuncHtmlAttributeItem, Boolean) Method
Append items matching the specified pattern to the list of items.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void AppendMatches(
List<HtmlNodeItem> nodes,
List<HtmlAttributeItem> targetItems,
Func<HtmlAttributeItem, bool> match
)
Public Shared Sub AppendMatches (
nodes As List(Of HtmlNodeItem),
targetItems As List(Of HtmlAttributeItem),
match As Func(Of HtmlAttributeItem, Boolean)
)
No code example is currently available or this language may not be supported.
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.