Document.QuerySelector
Document.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 node.
See Also
- class Element
- class Document
- package com.aspose.html.Dom
- package Aspose.HTML