Click or drag to resize

INamespaceMapper.AddNamespace Method

Adds a Namespace to the Namespace Map.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void AddNamespace(
	string prefix,
	Uri uri
)

Parameters

prefix
Type: System.String
Namespace Prefix.
uri
Type: System.Uri
Namespace Uri.
See Also