MixedCodeDocumentSave Method (TextWriter) |
Saves the mixed document to the specified TextWriter.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public void Save(
TextWriter writer
)
Public Sub Save (
writer As TextWriter
)
Parameters
- writer
- Type: System.IOTextWriter
The TextWriter to which you want to save.
See Also