IParentNodeQuerySelectorAll Method |
Returns all element descendants of node that match selectors.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
SyntaxNodeList QuerySelectorAll(
string selectors
)
Function QuerySelectorAll (
selectors As String
) As NodeList
NodeList^ QuerySelectorAll(
String^ selectors
)
abstract QuerySelectorAll :
selectors : string -> NodeList
Parameters
- selectors
- Type: SystemString
The selectors.
Return Value
Type:
NodeListReturns the static result of running scope-match a selectors string selectors against the context object.
See Also