Element.GetAttributeNS

Element.GetAttributeNS method

Retrieves an attribute value by local name and namespace URI.

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

Return Value

Returns attribute

See Also