Method RemoveAttr
RemoveAttr(XmlNode, string)
Removes attribute if it exists.
public static bool RemoveAttr(XmlNode node, string name)
Parameters
Returns
- bool
trueif attribute was found and removed;falseotherwise.
Removes attribute if it exists.
public static bool RemoveAttr(XmlNode node, string name)
true if attribute was found and removed;
false otherwise.