HtmlDocumentUniqueIds Property

Get a reference to the collection of unique IDs in this document.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public List<string> UniqueIds { get; }

Property Value

ListString

Remarks

This property is not auto-generated. Call the static method FillUniqueIds(HtmlDocument) to update the list.

See Also