Click or drag to resize

HtmlDocument.Save Method (Stream, Encoding)

Saves the HTML document to the specified stream.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntax
public void Save(
	Stream outStream,
	Encoding encoding
)

Parameters

outStream
Type: System.IO.Stream
The stream to which you want to save. May not be null.
encoding
Type: System.Text.Encoding
The character encoding to use. May not be null.
See Also