Click or drag to resize

INamespaceMapperRemoveNamespace 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: SystemString
Namespace Prefix of the Namespace to remove.
See Also