DocumentFragment.QuerySelectorAll
DocumentFragment.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 selector |
Return Value
See Also
- class NodeList
- class DocumentFragment
- namespace Aspose.Html.Dom
- assembly Aspose.HTML