Skip to content

Commit fc67c52

Browse files
committed
nav list entry
1 parent 2f4b966 commit fc67c52

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

microsoft-edge/webview2/concepts/overview-features-apis.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ The WebView2 control gives your app access to many browser features. You can mo
468468
* [Printing](#printing)
469469
* [Cookies](#cookies)
470470
* [Image capture](#image-capture)
471+
* [Control whether the screen capture UI is shown (ScreenCaptureStarting event)](#control-whether-the-screen-capture-ui-is-shown-screencapturestarting-event)
471472
* [Downloads](#downloads)
472473
* [Save as](#save-as)
473474
* [Web notification handling](#web-notification-handling)
@@ -613,8 +614,8 @@ By hosting WebView2, your app can capture screenshots and indicate which format
613614
---
614615

615616

616-
<!-- ------------------------------ -->
617-
#### Control whether the screen capture UI is shown (ScreenCaptureStarting event)
617+
<!-- ---------- -->
618+
###### Control whether the screen capture UI is shown (ScreenCaptureStarting event)
618619

619620
The `ScreenCaptureStarting` event is raised whenever the WebView2 and/or iframe that corresponds to the `CoreWebView2Frame` (or to any of its descendant iframes) requests permission to use the Screen Capture API before the UI is shown. The app can then block the UI from being displayed, or allow the UI to be displayed.
620621

0 commit comments

Comments
 (0)