HtmlDocumentRemoveAll Method

Recursively remove all items matching the specified pattern.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public int RemoveAll(
	Predicate<HtmlNodeItem> match
)

Parameters

match  PredicateHtmlNodeItem
Pattern predicate to match.

Return Value

Int32
Count of items to match.

See Also