Element.RemoveAttributeNS
Element.RemoveAttributeNS method
Removes an attribute by local name and namespace URI.
public void RemoveAttributeNS(string namespaceURI, string localName)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The namespace URI. |
localName | String | Name of the local. |
See Also
- class Element
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG