HtmlNodeCollectionFindMatch Method
Return the first item matching the specified pattern.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public HtmlNodeItem FindMatch(
Func<HtmlNodeItem, bool> match,
bool recurse = true
)
Public Function FindMatch (
match As Func(Of HtmlNodeItem, Boolean),
Optional recurse As Boolean = true
) As 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 match from any level.
HtmlNodeItem
Reference to the specified item, if found. Otherwise, null.