RemoveNamedItemNS

NamedNodeMap.RemoveNamedItemNS method

Removes a attribute specified by local name and namespace URI.

public Attr RemoveNamedItemNS(string namespaceUri, string localName)
ParameterTypeDescription
namespaceUriStringThe attribute namespace URI.
localNameStringThe attribure local name.

Return Value

The removed attribute.

See Also