Element.QuerySelector
Element.QuerySelector method
Returns the first Element in document, which match selector
public Element QuerySelector(String selector)
Parameter | Type | Description |
---|---|---|
selector | String | The selector. |
Return Value
The matched element
See Also
- class Element
- package com.aspose.html.Dom
- package Aspose.HTML