IParentNode.QuerySelector

IParentNode.QuerySelector method

Returns the first element that is a descendant of node that matches selectors.

public Element QuerySelector(string selectors)
ParameterTypeDescription
selectorsStringThe selectors.

Return Value

Returns the first matched element.

See Also