HtmlDocumentFillUniqueIds Method

Fill the UniqueIds list with every ID in the document.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void FillUniqueIds(
	HtmlDocument document,
	bool refillIfFull = false
)

Parameters

document  HtmlDocument
Reference to the document to enumerate.
refillIfFull  Boolean  (Optional)
Value indicating whether the process should refill the list even if it has already been filled.

See Also