HtmlElementInfoCollectionFindById Method

Finds all elements with the specified ID

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.0.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