MixedCodeDocumentSave Method (String, Encoding) |
Saves the mixed document to the specified file.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.6.0 (8.0.6.20210916)
Syntax public void Save(
string filename,
Encoding encoding
)
Public Sub Save (
filename As String,
encoding As Encoding
)
Parameters
- filename
- Type: SystemString
The location of the file where you want to save the document. - encoding
- Type: System.TextEncoding
The character encoding to use.
See Also