Document.QuerySelectorAll
Document.QuerySelectorAll method
Returns a NodeList of all the Elements in document, which match selector
public NodeList QuerySelectorAll(string selector)
Parameter | Type | Description |
---|---|---|
selector | String | The query selector |
Return Value
See Also
- class NodeList
- class Document
- namespace Aspose.Html.Dom
- assembly Aspose.HTML