This topic has not yet been rated - Rate this topic

XmlElement.RemoveAttribute Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.