HtmlElementInfoCollectionFindByTagName Method

Finds all elements with the specified HTML tag name

Definition

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