Returns an ICoreWebView2Deferral object. Use this operation to complete the event at a later time.
The host may set this flag to cancel the download. If canceled, the download save dialog is not displayed regardless of the Handled property.
Returns the ICoreWebView2DownloadOperation for the download that has started.
The host may set this flag to TRUE to hide the default download dialog for this download. The download will progress as normal if it is not canceled, there will just be no default UI shown. By default the value is FALSE and the default download dialog is shown.
The path to the file. If setting the path, the host should ensure that it is an absolute path, including the file name, and that the path does not point to an existing file. If the path points to an existing file, the file will be overwritten. If the directory does not exist, it is created.
Sets the Cancel property.
Sets the Handled property.
Sets the ResultFilePath property.