CoreWebView2SaveFileSecurityCheckStartingEventArgs 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.
The event args for SaveFileSecurityCheckStarting
event.
public class CoreWebView2SaveFileSecurityCheckStartingEventArgs : EventArgs
type CoreWebView2SaveFileSecurityCheckStartingEventArgs = class
inherit EventArgs
Public Class CoreWebView2SaveFileSecurityCheckStartingEventArgs
Inherits EventArgs
- Inheritance
-
CoreWebView2SaveFileSecurityCheckStartingEventArgs
Properties
CancelSave |
Set if cancel the upcoming save/download. |
DocumentOriginUri |
Get the document origin URI of this file save operation. |
FileExtension |
Get the extension of file to be saved. |
FilePath |
Get the full path of file to be saved. This includes the file name and extension. |
SuppressDefaultPolicy |
Set if the default policy checking and security warning will be suppressed. |
Methods
GetDeferral() |
Gets a Deferral object. |