Save Method (TextWriter)

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Saves the HTML document to the specified TextWriter.

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public void Save(
	TextWriter writer
)
Visual Basic
Public Sub Save ( _
	writer As TextWriter _
)
Visual C++
public:
void Save(
	TextWriter^ writer
)

Parameters

writer
Type: System.IO..::..TextWriter
The TextWriter to which you want to save. May not be null.

See Also