HtmlElementInfoCollectionFindByTagName Method

Finds all elements with the specified HTML tag name

Definition

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