Class OpenFileResponse
- Namespace
- DotNetBrowser.Browser.Dialogs.Handlers
- Assembly
- DotNetBrowser.dll
The response to the OpenFileHandler.
public sealed class OpenFileResponse
- Inheritance
-
OpenFileResponse
- Inherited Members
Properties
- Canceled
Indicates whether the dialog was canceled.
- SelectedFile
The selected file.
Methods
- Cancel()
Creates an OpenFileResponse that notifies the browser that the dialog was canceled.
- SelectFile(string)
Creates an OpenFileResponse that notifies the browser that the file was selected in the file chooser dialog.