HtmlElementInfoCollectionFindByTagName Method

Finds all elements with the specified HTML tag name

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
C#
public List<HtmlElementInfo> FindByTagName(
	string tagName
)

Parameters

tagName  String
The tag name to search for (e.g., "div", "span")

Return Value

ListHtmlElementInfo
A list of matching elements

See Also