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