XmpRdfRootGetNamespaceUri Method

Gets namespace URI by specific prefix. Prefix may start without xmlns.

Namespace:  Aspose.CAD.Xmp
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public string GetNamespaceUri(
	string prefix
)

Parameters

prefix
Type: SystemString
The prefix.

Return Value

Type: String
Returns a package schema URI.
See Also