CoreWebView2SaveAsUIShowingEventArgs Class

Definition

Event args for the SaveAsUIShowing event.

public class CoreWebView2SaveAsUIShowingEventArgs : EventArgs
type CoreWebView2SaveAsUIShowingEventArgs = class
    inherit EventArgs
Public Class CoreWebView2SaveAsUIShowingEventArgs
Inherits EventArgs
Inheritance
CoreWebView2SaveAsUIShowingEventArgs

Properties

AllowReplace

Indicates whether to allow replace old file when it already exists in the target save file path.

Cancel

Indicates whether to cancel the save as before download.

ContentMimeType

Mime type of content to be saved.

Kind

The option to save content to different document. CoreWebView2SaveAsKind

SaveAsFilePath

The absolute full path of save as location.

SuppressDefaultDialog

Indicates if the system default dialog will be suppressed.

Methods

GetDeferral()

Gets a CoreWebView2Deferral object.

Applies to