IParentNode.QuerySelectorAll
IParentNode.QuerySelectorAll method
Returns all element descendants of node that match selectors.
public NodeList QuerySelectorAll(string selectors)
Parameter | Type | Description |
---|---|---|
selectors | String | The selectors. |
Return Value
Returns the static result of running scope-match a selectors string selectors against the context object.
See Also
- class NodeList
- interface IParentNode
- namespace Aspose.Html.Dom
- assembly Aspose.HTML