Element.GetAttributeNS
Element.GetAttributeNS method
Retrieves an attribute value by local name and namespace URI.
public string GetAttributeNS(string namespaceURI, string localName)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The namespace URI. |
localName | String | Name of the local. |
Return Value
Returns attribute
See Also
- class Element
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG