XmlElement.RemoveAttribute Method
.NET Framework 3.0
Removes the specified attribute. (If the removed attribute has a default value, it is immediately replaced).
| Name | Description |
|---|---|
| XmlElement.RemoveAttribute (String) | Removes an attribute by name. Supported by the .NET Compact Framework. |
| XmlElement.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). Supported by the .NET Compact Framework. |