HtmlElementInfoCollectionFindByTagName Method
Finds all elements with the specified HTML tag name
Namespace: EvoPdf.ChromiumAssembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.5.0
public List<HtmlElementInfo> FindByTagName(
string tagName
)
- tagName String
- The tag name to search for (e.g., "div", "span")
ListHtmlElementInfoA list of matching elements