Element.RemoveAttributeNS
Element.RemoveAttributeNS method
通过本地名称和命名空间 URI 删除属性。
public void RemoveAttributeNS(string namespaceURI, string localName)
范围 | 类型 | 描述 |
---|---|---|
namespaceURI | String | 命名空间 URI。 |
localName | String | 本地名称。 |
也可以看看
- class Element
- 命名空间 Aspose.Svg.Dom
- 部件 Aspose.SVG