Table of Contents

Interface IDialogs

Namespace
DotNetBrowser.Browser.Dialogs
Assembly
DotNetBrowser.dll

The browser dialogs.

public interface IDialogs : IAutoDisposable
Inherited Members

Properties

OpenDirectoryHandler

Gets or sets a handler that is used when the browser requests to display a file chooser dialog to open a directory.

OpenExternalAppHandler

Gets or sets a handler that is used when the currently loaded web page wants to open a link in the associated external application.

OpenFileHandler

Gets or sets a handler that is used when the browser requests to display a file chooser dialog to open a file.

OpenMultipleFilesHandler

Gets or sets a handler that is used when the browser requests to display a file chooser dialog to open several files.

RepostFormHandler

Gets or sets a handler that is used when a web page with POST data is going to be reloaded and the user must confirm that the POST data can be resubmitted.

SaveAsPdfHandler

Gets or sets a handler that is used when the browser requests to display a file chooser dialog to save content as PDF.

SaveFileHandler

Gets or sets a handler that is used when the browser requests to display a file chooser dialog to save the file.

SelectColorHandler

Gets or sets a handler that is used when the user clicks an <input type='color'> HTML5 element.