Element.RemoveAttribute

Element.RemoveAttribute method

Removes an attribute by name.

public void RemoveAttribute(String name)
ParameterTypeDescription
nameStringThe attribute name.

See Also