HtmlDocumentFillUniqueIds Method
Fill the UniqueIds list with every ID in the document.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void FillUniqueIds(
HtmlDocument document,
bool refillIfFull = false
)
Public Shared Sub FillUniqueIds (
document As HtmlDocument,
Optional refillIfFull As Boolean = false
)
No code example is currently available or this language may not be supported.
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.