HtmlElementInfoCollectionFindByClass Method

Finds all elements that contain the specified CSS class

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.0.0
C#
public List<HtmlElementInfo> FindByClass(
	string className
)

Parameters

className  String
The class name to search for

Return Value

ListHtmlElementInfo
A list of matching elements

See Also