Table of Contents

Class DefaultStartDownloadHandler

Namespace
DotNetBrowser.WinForms.Dialogs
Assembly
DotNetBrowser.WinForms.dll

The default WinForms implementation of StartDownloadHandler, which displays a save file dialog to specify the path to store the downloaded file.

public class DefaultStartDownloadHandler : DialogHandlerBase, IHandler<StartDownloadParameters, StartDownloadResponse>
Inheritance
DefaultStartDownloadHandler
Implements
Inherited Members

Constructors

DefaultStartDownloadHandler(Control)

Creates and initializes the dialog handler.

Properties

InitialDirectory

The initial directory that is displayed by the file dialog.

Methods

Handle(StartDownloadParameters)

This method is called when the Chromium callback needs a response that may be determined based on the provided parameters.