You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Embedding the WebView2 control in your app gives your app access to various methods and properties that are provided through the WebView2 classes or interfaces. WebView2 has hundreds of APIs that provide a vast set of capabilities, ranging from enhancing your app's native-platform capabilities, to enabling your app to modify browser experiences. This article provides a high-level grouping of the WebView2 APIs to help you understand the different things you can do using WebView2.
13
+
Embedding the WebView2 control in your app gives your app access to various methods and properties that are provided through the WebView2 classes or interfaces.
14
+
15
+
WebView2 has hundreds of APIs that provide a vast set of capabilities, ranging from enhancing your app's native-platform capabilities, to enabling your app to modify browser experiences. This article provides a high-level grouping of the WebView2 APIs to help you understand the different things you can do using WebView2.
14
16
15
17
<!-- maintenance notes:
16
18
when adding an h2 heading, add row in table
17
19
when adding an h4 heading, add nav link below the h2
18
20
-->
19
21
22
+
**Detailed contents:**
23
+
*[Overview of top-level feature areas](#overview-of-top-level-feature-areas)
24
+
*[Main classes: Environment, Controller, and Core](#main-classes-environment-controller-and-core)
*[Enable or disable the browser responding to accelerator keys (shortcut keys)](#enable-or-disable-the-browser-responding-to-accelerator-keys-shortcut-keys)
@@ -2474,39 +2556,56 @@ iframes allow you to embed other webpages into your own webpage. In WebView2, y
2474
2556
* Find out when iframes are navigating.
2475
2557
* Allow bypassing x-frame options.
2476
2558
2477
-
<!-- wording per overview table:
2478
-
Embed other webpages into your own webpage. Detect when embedded webpages are created, detect when embedded webpages are navigating, and optionally bypass x-frame options. -->
*[Track navigation history for nested iframes (FrameCreatedEvent API)](../release-notes/index.md#track-navigation-history-for-nested-iframes-framecreatedevent-api) in _Release Notes for the WebView2 SDK_.
*[ICoreWebView2FrameChildFrameCreatedEventHandler](/microsoft-edge/webview2/reference/win32/icorewebview2framechildframecreatedeventhandler)<!-- win32 only -->
0 commit comments