XmlElement::RemoveAttribute Method
.NET Framework (current version)
Removes the specified attribute. (If the removed attribute has a default value, it is immediately replaced).
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | RemoveAttribute(String^) | Removes an attribute by name. |
![]() | 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). |
Show:
