IParentNode.QuerySelector
IParentNode.QuerySelector method
Returns the first element that is a descendant of node that matches selectors.
public Element QuerySelector(String selectors)
Parameter | Type | Description |
---|---|---|
selectors | String | The selectors. |
Return Value
Returns the first matched element.
See Also
- class Element
- interface IParentNode
- package com.aspose.html.Dom
- package Aspose.HTML