CoreWebView2SaveFileSecurityCheckStartingEventArgs Class

Definition

Event args for the 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()

Returns a CoreWebView2Deferral object.

Applies to