Click or drag to resize

INamespaceMapperAddNamespace 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: SystemString
Namespace Prefix.
uri
Type: SystemUri
Namespace Uri.
See Also