CoreWebView2SaveAsUIShowingEventArgs Class
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.
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. |