Click or drag to resize

INamespaceMapper.RemoveNamespace Method

Removes a Namespace from the Namespace Map.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void RemoveNamespace(
	string prefix
)

Parameters

prefix
Type: System.String
Namespace Prefix of the Namespace to remove.
See Also