RemoveNamespace()

XmlNamespaceManager::RemoveNamespace(String, String) method

Removes the given namespace for the given prefix.

virtual void System::Xml::XmlNamespaceManager::RemoveNamespace(String prefix, String uri)

Arguments

ParameterTypeDescription
prefixStringThe prefix for the namespace.
uriStringThe namespace to remove for the given prefix. The namespace removed is from the current namespace scope. Namespaces outside the current scope are ignored.

See Also