HtmlElementInfoCollectionFindByTagName Method
Finds all elements with the specified HTML tag name
Namespace: HiQPdf.ChromiumAssembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.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