Method RemoveAttribute
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
RemoveAttribute(string)
Removes an attribute by name.
void RemoveAttribute(string name)
Parameters
name
stringThe name of the attribute to remove.This is a qualified name. It is matched against the Name property of the matching node.
RemoveAttribute(string, string)
Removes an attribute with the specified local name and namespace URI. (If the removed attribute has a default value, it is immediately replaced).
void RemoveAttribute(string localName, string namespaceURI)