XmlDocument.WriteTo Method
Saves the XmlDocument node to the specified XmlWriter.
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 OuterXml property.
The XmlDeclaration.Encoding property determines the encoding that is written out. If the Encoding property does not have a value, the XmlDocument is written out without an encoding attribute.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.