NestedNamespaceMapperGetNamespaceUri Method  | 
 
            Gets the Namespace URI for the given Prefix at the current Nesting Level.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic Uri GetNamespaceUri(
	string prefix
)
Public Function GetNamespaceUri ( 
	prefix As String
) As Uri
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