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
Copy file name to clipboardExpand all lines: microsoft-edge/webview2/code-samples-links.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,26 @@ ms.author: msedgedevrel
6
6
ms.topic: conceptual
7
7
ms.prod: microsoft-edge
8
8
ms.technology: webview
9
-
ms.date: 07/18/2022
9
+
ms.date: 08/29/2022
10
10
---
11
11
# Sample apps
12
12
13
13
Sample apps that use WebView2 are available in the [WebView2Samples repo](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps), for various frameworks or platforms.
14
14
15
-
| Article | Sample |Description|
15
+
| Article | Sample |Notes|
16
16
|---|---|---|
17
17
|[Win32 sample app (WebView2APISample)](samples/webview2apissample.md)|[WebView2APISample](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/WebView2APISample)| Main sample; extensive. |
18
-
|[Win32 sample app with Visual Composition](samples/webview2samplewincomp.md)|[WebView2SampleWinComp](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/WebView2SampleWinComp)| |
19
-
|[WebView2Browser (Win32 C++/JS)](samples/webview2browser.md)|[WebView2Browser repo](https://github.com/MicrosoftEdge/WebView2Browser)| Uses multiple WebView2 instances. A major sample; has its own repo. |
18
+
|[Win32 sample app with Visual Composition](samples/webview2samplewincomp.md)|[WebView2SampleWinComp](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/WebView2SampleWinComp)|Windows Runtime Composition APIs leverage the Windows UI in Win32 app.|
19
+
|[WebView2Browser (Win32 C++/JS)](samples/webview2browser.md)|[WebView2Browser repo](https://github.com/MicrosoftEdge/WebView2Browser)| Uses multiple WebView2 instances. A major sample; has its own repo. |
|[WPF app with CDP extension](samples/wv2cdpextensionwpfsample.md)|[WV2CDPExtensionWPFSample](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/WV2CDPExtensionWPFSample)| |
22
+
|[WPF app with CDP extension](samples/wv2cdpextensionwpfsample.md)|[WV2CDPExtensionWPFSample](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/WV2CDPExtensionWPFSample)|Use Chrome DevTools Protocol APIs in a WPF app.|
0 commit comments