HtmlElementInfoCollectionFindElementByTag Method

Searches a HtmlElementInfo in collection by HTML element tag name

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.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