| HtmlDocumentSave Method (XmlWriter) | 
            Saves the HTML document to the specified XmlWriter.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic void Save(
	XmlWriter writer
)
Public Sub Save ( 
	writer As XmlWriter
)
Parameters
- writer
 - Type: System.XmlXmlWriter
The XmlWriter to which you want to save. 
See Also