Element.GetAttributeNodeNS

Element.GetAttributeNodeNS method

Retrieves an Attr node by local name and namespace URI.

public Attr GetAttributeNodeNS(string namespaceURI, string localName)
ParameterTypeDescription
namespaceURIStringThe namespace URI.
localNameStringName of the local.

Return Value

Returns attribute

See Also