DocumentFragment.QuerySelector

DocumentFragment.QuerySelector method

Returns the first Element in document, which match selector

public Element QuerySelector(string selector)
ParameterTypeDescription
selectorStringThe selector.

Return Value

The matched element

See Also