Click or drag to resize

NestedNamespaceMapperGetNamespaceUri 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: SystemString
Prefix.

Return Value

Type: Uri

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

Implements

INamespaceMapperGetNamespaceUri(String)
See Also