Method Handle
- Namespace
- DotNetBrowser.WinForms.Dialogs
- Assembly
- DotNetBrowser.WinForms.dll
Handle(StartDownloadParameters)
This method is called when the Chromium callback needs a response that may be determined based on the provided parameters.
public StartDownloadResponse Handle(StartDownloadParameters startDownloadParameters)
Parameters
startDownloadParameters
StartDownloadParametersthe item for which the download is about to be started.
Returns
- StartDownloadResponse
an object that represents the response that should be determined based on the provided parameters.