次の方法で共有


CoreWebView2SaveAsUIShowingEventArgs.Cancel Property

Definition

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

Property Value

Remarks

Set this property to TRUE to cancel the Save As action and prevent the download from starting. ShowSaveAsUIAsync() returns Cancelled.

Applies to