Document.QuerySelector

Document.QuerySelector method

Returns the first Element in document, which match selector

public Element QuerySelector(string selector)
ParameterTypeDescription
selectorStringThe selector.

Return Value

The matched node.

See Also