HtmlElementInfoCollectionFindElementByTag Method

Searches a HtmlElementInfo in collection by HTML element tag name

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public HtmlElementInfo[] FindElementByTag(
	string tag
)

Parameters

tag  String
The case insensitive HTML element tag

Return Value

HtmlElementInfo
The HtmlElementInfo matching the tag name

See Also