HtmlNodeCollectionGetUniqueIds Method

Return a list of unique node ids found in the collection and its descendants.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static List<string> GetUniqueIds(
	HtmlNodeCollection nodes
)

Parameters

nodes  HtmlNodeCollection
Reference to the collection of nodes to inspect.

Return Value

ListString
Reference to a list of unique ids found in the supplied structure.

See Also