Element.RemoveAttributeNS

Element.RemoveAttributeNS method

Removes an attribute by local name and namespace URI.

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

See Also