Click or drag to resize

NestedNamespaceMapper.GetNamespaceUri Method

Gets the Namespace URI for the given Prefix at the current Nesting Level.

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

Parameters

prefix
Type: System.String
Prefix.

Return Value

Type: Uri

[Missing <returns> documentation for "M:VDS.RDF.NestedNamespaceMapper.GetNamespaceUri(System.String)"]

Implements

INamespaceMapper.GetNamespaceUri(String)
See Also