XmlNode.WriteContentTo Method (XmlWriter)

 

Saves all the child nodes of the node to the specified XmlWriter, when overridden in a derived class.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

abstract WriteContentTo : 
        w:XmlWriter -> unit

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.

The following example displays the contents of the root node to the console.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show: