Element.GetAttributeNodeNS
Element.GetAttributeNodeNS method
通过本地名称和命名空间 URI 检索 Attr 节点。
public Attr GetAttributeNodeNS(string namespaceURI, string localName)
| 范围 | 类型 | 描述 |
|---|---|---|
| namespaceURI | String | 命名空间 URI。 |
| localName | String | 本地名称。 |
返回值
返回属性
也可以看看
- class Attr
- class Element
- 命名空间 Aspose.Html.Dom
- 部件 Aspose.HTML