Element.RemoveAttribute

Element.RemoveAttribute method

Removes an attribute by name.

public void RemoveAttribute(string qualifiedName)
ParameterTypeDescription
nameStringThe attribute name.

See Also