HtmlNodeCollectionRemoveAll Method
Recursively remove all items matching the specified pattern.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
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.