DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Browser.Dialogs.Handlers
AlertParameters Class
BeforeUnloadCause Enumeration
BeforeUnloadParameters Class
BeforeUnloadResponse Class
CommonDialogParameters Class
ConfirmParameters Class
ConfirmResponse Class
DialogParameters Class
FileChooserParameters Class
FilteredFileChooserParameters Class
OpenDirectoryParameters Class
OpenDirectoryResponse Class
OpenExternalAppParameters Class
OpenExternalAppResponse Class
OpenFileParameters Class
OpenFileResponse Class
OpenMultipleFilesParameters Class
OpenMultipleFilesResponse Class
PromptParameters Class
PromptResponse Class
RepostFormParameters Class
RepostFormResponse Class
SaveAsPdfParameters Class
SaveAsPdfResponse Class
SelectCertificateParameters Class
SelectCertificateResponse Class
SelectColorParameters Class
SelectColorResponse Class
DotNetBrowser.Browser.Dialogs.Handlers Namespace
This namespace contains interfaces and classes related to the handlers of the browser dialogs.
Classes
Class
Description
AlertParameters
The parameters of the
AlertHandler
.
BeforeUnloadParameters
The parameters of the
BeforeUnloadHandler
.
BeforeUnloadResponse
The response to the
BeforeUnloadHandler
.
CommonDialogParameters
The base class for common dialog parameters.
ConfirmParameters
The parameters of the
ConfirmHandler
.
ConfirmResponse
The response to the
ConfirmHandler
.
DialogParameters
The base class for dialog parameters.
FileChooserParameters
The base class for the common file chooser parameters.
FilteredFileChooserParameters
The base class for the common parameters of the file chooser with file filter.
OpenDirectoryParameters
The parameters of the
OpenDirectoryHandler
.
OpenDirectoryResponse
The response to the
OpenDirectoryHandler
.
OpenExternalAppParameters
The parameters of the
OpenExternalAppHandler
.
OpenExternalAppResponse
The response to the
OpenExternalAppHandler
.
OpenFileParameters
The parameters of the
OpenFileHandler
.
OpenFileResponse
The response to the
OpenFileHandler
.
OpenMultipleFilesParameters
The parameters of the
OpenMultipleFilesHandler
.
OpenMultipleFilesResponse
The response to the
OpenMultipleFilesHandler
.
PromptParameters
The parameters of the
PromptHandler
.
PromptResponse
The response to the
PromptHandler
.
RepostFormParameters
The parameters of the
RepostFormHandler
.
RepostFormResponse
The response to the
RepostFormHandler
.
SaveAsPdfParameters
The parameters of the
SaveAsPdfHandler
.
SaveAsPdfResponse
The response to the
SaveAsPdfHandler
.
SelectCertificateParameters
The parameters of the
SelectCertificateHandler
.
SelectCertificateResponse
The response to
SelectCertificateHandler
SelectColorParameters
The parameters for the
SelectColorHandler
.
SelectColorResponse
The response to the
SelectColorHandler
.
Enumerations
Enumeration
Description
BeforeUnloadCause
Describes the cause of the
onbeforeunload
dialog.
Copyright © 2023 TeamDev Ltd. All Rights Reserved.