DocumentFragmentQuerySelector Method
Returns the first Element in document, which match selector

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

Parameters

selector
Type: SystemString
The selector.

Return Value

Type: Element
The matched element

Implements

IParentNodeQuerySelector(String)
See Also