Click or drag to resize

NestedNamespaceMapperGetPrefix Method

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

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

Parameters

uri
Type: SystemUri
Namespace URI.

Return Value

Type: String

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

Implements

INamespaceMapperGetPrefix(Uri)
See Also