CoreWebView2SaveAsUIShowingEventArgs.SuppressDefaultDialog Property

Definition

Indicates if the system default dialog will be suppressed.

public bool SuppressDefaultDialog { get; set; }
member this.SuppressDefaultDialog : bool with get, set
Public Property SuppressDefaultDialog As Boolean

Property Value

Remarks

When this property is FALSE, the default Save As dialog is shown and the values assigned through SaveAsFilePath, AllowReplace and Kind are ignored when the event args invoke completed. When it is TRUE, the system dialog is skipped and all assigned values are used.

Applies to