HtmlNodeCollectionFindMatches Method
Return a list of items matching the specified pattern.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public List<HtmlNodeItem> FindMatches(
Func<HtmlNodeItem, bool> match,
bool recurse = true
)
Public Function FindMatches (
match As Func(Of HtmlNodeItem, Boolean),
Optional recurse As Boolean = true
) As List(Of HtmlNodeItem)
No code example is currently available or this language may not be supported.
- match FuncHtmlNodeItem, Boolean
-
Reference to the function pattern to match.
- recurse Boolean (Optional)
-
Value indicating whether to return matches from all levels.
ListHtmlNodeItem
Reference to a list of matching items.