HtmlElementInfoCollectionFindByClass Method

Finds all elements that contain the specified CSS class

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.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