GetAttributeNS

Element.GetAttributeNS method

Gets an attribute value by local name and namespace URI.

public string GetAttributeNS(string namespaceURI, string localName)
ParameterTypeDescription
namespaceURIStringThe attribute namespace URI.
localNameStringThe attribute local name.

Return Value

The attribute value.

See Also