HtmlElementInfoCollectionFindById Method

Finds all elements with the specified ID

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
C#
public List<HtmlElementInfo> FindById(
	string id
)

Parameters

id  String
The ID to search for

Return Value

ListHtmlElementInfo
A list of matching elements

See Also