Element.RemoveAttributeNode

Element.RemoveAttributeNode method

Removes the specified attribute node.

public Attr RemoveAttributeNode(Attr oldAttr)
ParameterTypeDescription
oldAttrAttrThe old attr.

Return Value

Returns attribute

See Also