Click or drag to resize

MixedCodeDocumentSave Method (TextWriter)

Saves the mixed document to the specified TextWriter.

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

Parameters

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