DOMElement.RemoveAttribute
Syntax variant: By name
Syntax:
Parameters:
<Name> (required)
An attribute name.
Syntax variant: By local name and namespace URI
Syntax:
Parameters:
<NamespaceURI> (required)
Namespace URI of the removed attribute.
<LocalName> (required)
A local name of the removed attribute.
Description of method variant:
Exception reasons:
- This node is read-only.
Description:
Availability:
Note: