ElementGetAttributeNS Method
Retrieves an attribute value by local name and namespace URI.

Namespace: Aspose.Svg.Dom
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public string GetAttributeNS(
	string namespaceURI,
	string localName
)

Parameters

namespaceURI
Type: SystemString
The namespace URI.
localName
Type: SystemString
Name of the local.

Return Value

Type: String
Returns attribute
See Also