HtmlDocumentUniqueIds Property
Get a reference to the collection of unique IDs in this document.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public List<string> UniqueIds { get; }
Public ReadOnly Property UniqueIds As List(Of String)
Get
No code example is currently available or this language may not be supported.
Property Value
ListString
This property is not auto-generated. Call the static method
FillUniqueIds(HtmlDocument) to update the list.