HtmlNodeItemGetIds Method
Retrieve a list of the ids of the specified node and all of its
descendants.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static List<string> GetIds(
HtmlNodeItem node
)
Public Shared Function GetIds (
node As HtmlNodeItem
) As List(Of String)
No code example is currently available or this language may not be supported.
- node HtmlNodeItem
-
Reference to the node to inspect.
ListString
Reference to a list of ids found on the presented node and its
descendants.