IParentNodeQuerySelector Method
Returns the first element that is a descendant of node that matches selectors.

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
Element QuerySelector(
	string selectors
)

Parameters

selectors
Type: SystemString
The selectors.

Return Value

Type: Element
Returns the first matched element.
See Also