HtmlElementInfoCollectionFindElementByCollectID Method

Searches a HtmlElementInfo object in collection of retrieved HTML elements by collect ID defined with the data-collect-id attribute in HTML

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public HtmlElementInfo FindElementByCollectID(
	string collectId
)

Parameters

collectId  String
The case insensitive collect ID of the element

Return Value

HtmlElementInfo
The HtmlElementInfo matching the collect ID

See Also