| ElementGetAttributeNS Method |
Retrieves an attribute value by local name and namespace URI.
Namespace: Aspose.Svg.DomAssembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntaxpublic string GetAttributeNS(
string namespaceURI,
string localName
)
Public Function GetAttributeNS (
namespaceURI As String,
localName As String
) As String
public:
String^ GetAttributeNS(
String^ namespaceURI,
String^ localName
)
member GetAttributeNS :
namespaceURI : string *
localName : string -> string
Parameters
- namespaceURI
- Type: SystemString
The namespace URI. - localName
- Type: SystemString
Name of the local.
Return Value
Type:
String
Returns attribute
See Also