XmlWriterSettings.NamespaceHandling Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the NamespaceHandling enumeration used to specify whether to remove duplicate namespace declarations in the XmlWriter. For the duplicate namespace to be removed, the prefix and the namespace have to match.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System.Xml.NamespaceHandlingThe NamespaceHandling enumeration used to specify whether to remove duplicate namespace declarations in the XmlWriter.
Show: