Skip to content

Commit 073ff6f

Browse files
committed
trim heading
1 parent fc67c52 commit 073ff6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +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)
471+
* [Control whether the screen capture UI is shown](#control-whether-the-screen-capture-ui-is-shown)
472472
* [Downloads](#downloads)
473473
* [Save as](#save-as)
474474
* [Web notification handling](#web-notification-handling)
@@ -615,7 +615,7 @@ By hosting WebView2, your app can capture screenshots and indicate which format
615615

616616

617617
<!-- ---------- -->
618-
###### Control whether the screen capture UI is shown (ScreenCaptureStarting event)
618+
###### Control whether the screen capture UI is shown
619619

620620
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.
621621

0 commit comments

Comments
 (0)