| HtmlNodeWriteContentTo Method (TextWriter) | 
            Saves all the children of the node to the specified TextWriter.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic void WriteContentTo(
	TextWriter outText
)
Public Sub WriteContentTo ( 
	outText As TextWriter
)
Parameters
- outText
 - Type: System.IOTextWriter
The TextWriter to which you want to save. 
See Also