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