Element.RemoveAttributeNS

Element.RemoveAttributeNS method

通过本地名称和命名空间 URI 删除属性。

public void RemoveAttributeNS(string namespaceURI, string localName)
范围类型描述
namespaceURIString命名空间 URI。
localNameString本地名称。

也可以看看