Click or drag to resize
HtmlNodeWriteTo Method (XmlWriter)
Saves the current node to the specified XmlWriter.

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

Parameters

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