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