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: 8.1.3.0 (8.1.3.20220620)
Syntax
public void WriteTo(
	XmlWriter writer
)

Parameters

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