CoreWebView2.CloseDefaultDownloadDialog 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.
Close the default download dialog.
public void CloseDefaultDownloadDialog ();
member this.CloseDefaultDownloadDialog : unit -> unit
Public Sub CloseDefaultDownloadDialog ()
Remarks
Calling this method raises the IsDefaultDownloadDialogOpenChanged event if the dialog was open. No effect if the dialog is already closed.