HtmlNodeCollectionGetUniqueIds Method
Return a list of unique node ids found in the collection and its
descendants.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static List<string> GetUniqueIds(
HtmlNodeCollection nodes
)
Public Shared Function GetUniqueIds (
nodes As HtmlNodeCollection
) As List(Of String)
No code example is currently available or this language may not be supported.
- nodes HtmlNodeCollection
-
Reference to the collection of nodes to inspect.
ListString
Reference to a list of unique ids found in the supplied structure.