HtmlNodeCollectionFillUniqueIds Method

Fill the provided unique IDs list from the ids found in the caller's node collection and all of its descendants.

Definition

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

Parameters

nodes  HtmlNodeCollection
Reference to the collection of nodes to inspect.
uniqueIds  ListString
Reference to the collection of unique IDs being populated.

See Also