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:
Syntaxpublic Uri GetNamespaceUri(
string prefix
)
Public Function GetNamespaceUri (
prefix As String
) As Uri
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