IParentNode.QuerySelectorAll

IParentNode.QuerySelectorAll method

Returns all element descendants of node that match selectors.

public NodeList QuerySelectorAll(String selectors)
ParameterTypeDescription
selectorsStringThe selectors.

Return Value

Returns the static result of running scope-match a selectors String selectors against the context object.

See Also