From 366dc06acca9743f05003addd4cd19ee807e4390 Mon Sep 17 00:00:00 2001 From: "Nic Champagne Williamson [MSFT]" <45700886+champnic@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:46:11 -0800 Subject: [PATCH] Update README.md --- SampleApps/WebView2WpfCompositionControl/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SampleApps/WebView2WpfCompositionControl/README.md b/SampleApps/WebView2WpfCompositionControl/README.md index 2ed9ed3..ff86bb1 100644 --- a/SampleApps/WebView2WpfCompositionControl/README.md +++ b/SampleApps/WebView2WpfCompositionControl/README.md @@ -20,10 +20,6 @@ products: 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. - -This sample is built as a WPF .NET Core application in Visual Studio 2022. - -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)