| HtmlDocumentSave Method (String, Encoding) | 
            Saves the mixed document to the specified file.
            
 
Namespace: WorkflowGen.My.HtmlAgilityPackAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.0)
Syntaxpublic 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. May not be null. - encoding
 - Type: System.TextEncoding
The character encoding to use. May not be null. 
See Also