HtmlDocumentSave Method (Stream) |
Saves the HTML document to the specified stream.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public void Save(
Stream outStream
)
Public Sub Save (
outStream As Stream
)
Parameters
- outStream
- Type: System.IOStream
The stream to which you want to save.
See Also