HtmlNodeCollectionRemoveAll Method
Recursively remove all items matching the specified pattern.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.3013.4544
public int RemoveAll(
Predicate<HtmlNodeItem> match
)
Public Function RemoveAll (
match As Predicate(Of HtmlNodeItem)
) As Integer
No code example is currently available or this language may not be supported.
- match PredicateHtmlNodeItem
-
Pattern predicate to match.
Int32
Count of items to match.