CoreWebView2.OpenDefaultDownloadDialog Method

Definition

Open the default download dialog.

public void OpenDefaultDownloadDialog ();
member this.OpenDefaultDownloadDialog : unit -> unit
Public Sub OpenDefaultDownloadDialog ()

Remarks

If the dialog is opened before there are recent downloads, the dialog shows all past downloads for the current profile. Otherwise, the dialog shows only the recent downloads with a "See more" button for past downloads. Calling this method raises the IsDefaultDownloadDialogOpenChanged event if the dialog was closed. No effect if the dialog is already open.

Applies to