Add an event handler for the ClientCertificateRequested event. The ClientCertificateRequested event is raised when the WebView2 is making a request to an HTTP server that needs a client certificate for HTTP authentication. Read more about HTTP client certificates at RFC 8446 The Transport Layer Security (TLS) Protocol Version 1.3.
Remove an event handler previously added with add_ClientCertificateRequested.
Raised when a new iframe is created. Handle this event to get access to ICoreWebView2Frame objects. Use ICoreWebView2Frame.add_Destroyed to listen for when this iframe goes away.
Remove an event handler previously added with add_FrameCreated.
Add an event handler for the DownloadStarting event. This event is raised when a download has begun, blocking the default download dialog, but not blocking the progress of the download.
Remove an event handler previously added with add_DownloadStarting.