Click or drag to resize

HtmlNodeWriteTo Method (TextWriter)

Saves the current node to the specified TextWriter.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.2.0 (8.0.2.20210618)
Syntax
public void WriteTo(
	TextWriter outText
)

Parameters

outText
Type: System.IOTextWriter
The TextWriter to which you want to save.
See Also