Click or drag to resize

HtmlDocumentSave Method (XmlWriter)

Saves the HTML document to the specified XmlWriter.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public void Save(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
The XmlWriter to which you want to save.
See Also