Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
champnic authored Jan 31, 2025
1 parent 2a08ace commit 366dc06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions SampleApps/WebView2WpfCompositionControl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ products:
<!-- distinctive platform: -->
This sample, **WebView2WpfCompositionControl**, embeds a WPF WebView2CompositionControl within a .NET Core 3.0 and/or .NET 8 WPF application. The WebView2CompositionControl solves the WPF "Airspace" issue (where all WPF content showed up below the WebView2 in the regular WPF control) by using D3D11 graphics capture session to show and interact with WebView2 content in a regular WPF WebView2 control. In general, the WebView2CompositionControl can be used as a stand-in replacement for the regular WPF WebView2 control.

<!-- distinctive project type and language: -->
This sample is built as a WPF .NET Core application in Visual Studio 2022.

<!-- screenshot of running sample app: -->
This is the main WebView2 sample. The running **WebView2APISample** app window shows the WebView2 SDK version and also the WebView2 Runtime version and path. The **WebView2APISample** app has several menus containing many menuitems that demonstrate a broad range of WebView2 APIs:

![The WebView2WpfCompositionControl sample app running](./screenshot.png)

0 comments on commit 366dc06

Please sign in to comment.