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
)
Public Function GetPrefix (
uri As Uri
) As String
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