Click or drag to resize

NamespaceMapper.AddNamespace Method

Adds a Namespace to the Namespace Map.

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

Parameters

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

Implements

INamespaceMapper.AddNamespace(String, Uri)
See Also