Click or drag to resize

INamespaceMapperGetNamespaceUri Method

Returns the Namespace URI associated with the given Prefix.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
Uri GetNamespaceUri(
	string prefix
)

Parameters

prefix
Type: SystemString
The Prefix to lookup the Namespace URI for.

Return Value

Type: Uri
URI for the Namespace.
See Also