HtmlNodeCollectionFillUniqueIds Method
Fill the provided unique IDs list from the ids found in the caller's
node collection and all of its descendants.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.3013.4544
public static void FillUniqueIds(
HtmlNodeCollection nodes,
List<string> uniqueIds
)
Public Shared Sub FillUniqueIds (
nodes As HtmlNodeCollection,
uniqueIds As List(Of String)
)
No code example is currently available or this language may not be supported.
Parameters
- nodes HtmlNodeCollection
-
Reference to the collection of nodes to inspect.
- uniqueIds ListString
-
Reference to the collection of unique IDs being populated.