Element.RemoveAttributeNS
Element.RemoveAttributeNS method
Removes an attribute by local name and package URI.
public void RemoveAttributeNS(String packageURI, String localName)
| Parameter | Type | Description |
|---|---|---|
| packageURI | String | The package URI. |
| localName | String | Name of the local. |
See Also
- class Element
- package com.aspose.html.dom
- package Aspose.HTML