IParentNodeQuerySelectorAll Method
Returns all element descendants of node that match selectors.

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

Parameters

selectors
Type: SystemString
The selectors.

Return Value

Type: NodeList
Returns the static result of running scope-match a selectors string selectors against the context object.
See Also