A Sandcastle Documented Class Library |
HtmlNode..::..WriteTo Method (XmlWriter) |
HtmlNode Class See Also Send Feedback |
Saves the current node to the specified XmlWriter.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public void WriteTo( XmlWriter writer ) |
Visual Basic |
---|
Public Sub WriteTo ( _ writer As XmlWriter _ ) |
Visual C++ |
---|
public: void WriteTo( XmlWriter^ writer ) |
Parameters
- writer
- Type: System.Xml..::..XmlWriter
The XmlWriter to which you want to save.