DocumentFragment.QuerySelectorAll

DocumentFragment.QuerySelectorAll method

Returns a NodeList of all the Elements in document, which match selector

public NodeList QuerySelectorAll(string selector)
ParameterTypeDescription
selectorStringThe selector

Return Value

HTMLCollection

See Also