ICoreWebView2_6

Undocumented in source.
version(Windows && inline_webview2_bindings && all)
interface ICoreWebView2_6 : ICoreWebView2_5 {
static const
GUID iid;
}

Members

Functions

OpenTaskManagerWindow
HRESULT OpenTaskManagerWindow()

Opens the Browser Task Manager view as a new window in the foreground. If the Browser Task Manager is already open, this will bring it into the foreground. WebView2 currently blocks the Shift+Esc shortcut for opening the task manager. An end user can open the browser task manager manually via the Browser task manager entry of the DevTools window's title bar's context menu.

Inherited Members

From ICoreWebView2_5

add_ClientCertificateRequested
HRESULT add_ClientCertificateRequested(ICoreWebView2ClientCertificateRequestedEventHandler eventHandler, EventRegistrationToken* token)

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_ClientCertificateRequested
HRESULT remove_ClientCertificateRequested(EventRegistrationToken token)

Remove an event handler previously added with add_ClientCertificateRequested.

Meta