HtmlNodeItemGetIds Method

Retrieve a list of the ids of the specified node and all of its descendants.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static List<string> GetIds(
	HtmlNodeItem node
)

Parameters

node  HtmlNodeItem
Reference to the node to inspect.

Return Value

ListString
Reference to a list of ids found on the presented node and its descendants.

See Also