RemoveAttribute

Element.RemoveAttribute method

Removes an attribute by name.

public bool RemoveAttribute(string name)
Parameter Type Description
name String The attribute name.

Return Value

True if find and remove the attribute, otherwise false.

See Also