XmlNode.WriteContentTo Method (XmlWriter)
.NET Framework (current version)
Saves all the child nodes of the node to the specified XmlWriter, when overridden in a derived class.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- w
-
Type:
System.Xml.XmlWriter
The XmlWriter to which you want to save.
This method is a Microsoft extension to the Document Object Model (DOM). It is functionally equivalent to the InnerXml property.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: