Document.GetElementsByTagNameNS

Document.GetElementsByTagNameNS method

Returns a NodeList of all the Elements with a given local name and namespace URI in document order.

public HTMLCollection GetElementsByTagNameNS(string namespaceURI, string localName)
ParameterTypeDescription
namespaceURIStringThe namespace URI.
localNameStringName of the local.

Return Value

Returns nodes

See Also