Element.GetAttributeNS

Element.GetAttributeNS method

通过本地名称和命名空间 URI 检索属性值。

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

返回值

返回属性

也可以看看