CoreWebView2.OpenDefaultDownloadDialog Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.