
Members add_ContainsFullScreenElementChanged Stop all navigations and pending resource fetches. Removes a matching WebResource filter that was previously added for the WebResourceRequested event. Remove the corresponding JavaScript added using AddScriptToExecuteOnDocumentCreated with the specified script ID.

Istream kodi script failed code#
Remove the host object specified by the name so that it is no longer accessible from JavaScript code in the WebView. Remove an event handler previously added with add_WindowCloseRequested. Remove an event handler previously added with add_WebResourceRequested. Remove an event handler previously added with add_WebMessageReceived. Remove an event handler previously added with add_SourceChanged. Remove an event handler previously added with add_ScriptDialogOpening. Remove an event handler previously added with add_ProcessFailed. Remove an event handler previously added with add_PermissionRequested. Remove an event handler previously added with add_NewWindowRequested. Remove an event handler previously added with add_NavigationStarting. Remove an event handler previously added with add_NavigationCompleted. Remove an event handler previously added with add_Histor圜hanged. Remove an event handler previously added with add_FrameNavigationStarting. Remove an event handler previously added with add_FrameNavigationCompleted. Remove an event handler previously added with add_DocumentTitleChanged. Remove an event handler previously added with add_ContentLoading.

Remove an event handler previously added with add_ContainsFullScreenElementChanged. Posts a message that is a simple string rather than a JSON string representation of a JavaScript object. Post the specified webMessage to the top level document in this WebView. Opens the DevTools window for the current document in the WebView. Initiates a navigation to htmlContent as source HTML of a new document. Navigates the WebView to the next page in the navigation history.Ĭause a navigation of the top-level document to run to the specified URI. Navigates the WebView to the previous page in the navigation history. Get a DevTools Protocol event receiver that allows you to subscribe to a DevTools Protocol event. The URI of the current top level document. The ICoreWebView2Settings object contains various modifiable settings for the running WebView. The title for the current top-level document. Indicates if the WebView contains a fullscreen HTML element.

TRUE if the WebView is able to navigate to a next page in the navigation history. TRUE if the WebView is able to navigate to a previous page in the navigation history. The process ID of the browser process that hosts the WebView.

Run JavaScript code from the javascript parameter in the current top-level document rendered in the WebView. Runs an asynchronous DevToolsProtocol method.Ĭapture an image of what WebView is displaying. Summary MembersĪdd an event handler for the ContainsFullScreenElementChanged event.Īdd an event handler for the ContentLoading event.Īdd an event handler for the DocumentTitleChanged event.Īdd an event handler for the FrameNavigationCompleted event.Īdd an event handler for the FrameNavigationStarting event.Īdd an event handler for the Histor圜hanged event.Īdd an event handler for the NavigationCompleted event.Īdd an event handler for the NavigationStarting event.Īdd an event handler for the NewWindowRequested event.Īdd an event handler for the PermissionRequested event.Īdd an event handler for the ProcessFailed event.Īdd an event handler for the ScriptDialogOpening event.Īdd an event handler for the SourceChanged event.Īdd an event handler for the WebMessageReceived event.Īdd an event handler for the WebResourceRequested event.Īdd an event handler for the WindowCloseRequested event.Īdd the provided host object to script running in the WebView with the specified name.Īdd the provided JavaScript to a list of scripts that should be run after the global object has been created, but before the HTML document has been parsed and before any other script included by the HTML document is run.Īdds a URI and resource context filter for the WebResourceRequested event. WebView2 enables you to host web content using the latest Microsoft Edge browser and web technology. For the latest API reference, see WebView2 API Reference. This reference is no longer being maintained.
