Element.RemoveAttributeNS

Element.RemoveAttributeNS method

Removes an attribute by local name and package URI.

public void RemoveAttributeNS(String packageURI, String localName)
ParameterTypeDescription
packageURIStringThe package URI.
localNameStringName of the local.

See Also