OpenFileResponseSelectFile Method |
Creates an
OpenFileResponse that notifies the browser that the file was selected in the file chooser
dialog.
Namespace:
DotNetBrowser.Browser.Dialogs.Handlers
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public static OpenFileResponse SelectFile(
string file
)
Parameters
- file
- Type: SystemString
the selected file.
Return Value
Type:
OpenFileResponse
The
OpenFileResponse instance that can be used as a return value in
OpenFileHandler implementation.
See Also