Table of Contents

Property StartDownloadHandler

Namespace
DotNetBrowser.WinForms
Assembly
DotNetBrowser.WinForms.dll

StartDownloadHandler

This handler is used when the browser is about to start downloading the file, if a different handler was not configured for the browser.

public IHandler<StartDownloadParameters, StartDownloadResponse> StartDownloadHandler { get; }

Property Value

IHandler<StartDownloadParameters, StartDownloadResponse>