GetAttributeNS

Element.GetAttributeNS method

Gets an attribute value by local name and namespace URI.

public string GetAttributeNS(string namespaceURI, string localName)
Parameter Type Description
namespaceURI String The attribute namespace URI.
localName String The attribute local name.

Return Value

The attribute value.

See Also