Method SaveToFile
- Namespace
 - DotNetBrowser.Browser.Dialogs.Handlers
 
- Assembly
 - DotNetBrowser.dll
 
SaveToFile(string)
Creates a SaveFileResponse that notifies the browser that the file was selected in the file chooser dialog.
public static SaveFileResponse SaveToFile(string file)
Parameters
filestringthe selected file.
Returns
- SaveFileResponse
 The SaveFileResponse instance that can be used as a return value in SaveFileHandler implementation.