Click or drag to resize

HtmlNodeWriteContentTo Method (TextWriter)

Saves all the children of the node to the specified TextWriter.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public void WriteContentTo(
	TextWriter outText
)

Parameters

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