| HtmlNodeWriteTo Method (TextWriter) | 
            Saves the current node to the specified TextWriter.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic void WriteTo(
	TextWriter outText
)
Public Sub WriteTo ( 
	outText As TextWriter
)
Parameters
- outText
 - Type: System.IOTextWriter
The TextWriter to which you want to save. 
See Also