A Sandcastle Documented Class Library |
HtmlNode..::..WriteContentTo Method (TextWriter) |
HtmlNode Class See Also Send Feedback |
Saves all the children of the 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 WriteContentTo( TextWriter outText ) |
Visual Basic |
---|
Public Sub WriteContentTo ( _ outText As TextWriter _ ) |
Visual C++ |
---|
public: void WriteContentTo( TextWriter^ outText ) |
Parameters
- outText
- Type: System.IO..::..TextWriter
The TextWriter to which you want to save.