Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add article "WinUI 3 (Windows App SDK) sample app" #3302

Merged
merged 20 commits into from
Nov 7, 2024
Merged
5 changes: 0 additions & 5 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,6 @@ Old redirects (to /archive/)
"redirect_url": "/microsoft-edge/webview2/get-started/wpf",
"redirect_document_id": false
},
{
"source_path": "microsoft-edge/webview2/samples/webview2-winui3-sample.md",
"redirect_url": "/microsoft-edge/webview2/code-samples-links",
"redirect_document_id": false
},

/* WebView2 How-to: */
{
Expand Down
7 changes: 3 additions & 4 deletions microsoft-edge/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1315,10 +1315,9 @@
href: webview2/samples/webview2_sample_uwp.md
displayName: webview2_sample_uwp, WinUI 2 (UWP) sample app # repo dir name, top-of-page title

# pending, July 26 2022
# - name: WinUI 3 sample app
# href: webview2/samples/webview2-winui3-sample.md
# displayName: WebView2_WinUI3_Sample # repo dir name
- name: WinUI 3 (Windows App SDK) sample app
href: webview2/samples/webview2-winui3-sample.md
displayName: WebView2_WinUI3_Sample # repo dir name

- name: WPF sample app
href: webview2/samples/webview2wpfbrowser.md
Expand Down
9 changes: 3 additions & 6 deletions microsoft-edge/webview2/code-samples-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,13 @@ Sample apps that use WebView2 are available in the [WebView2Samples repo](https:
| [Win32 sample app](samples/webview2apissample.md) | [WebView2APISample](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/WebView2APISample) | Main sample; extensive. |
| [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. |
| [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. |
| [WinUI 2 (UWP) sample app](samples/webview2_sample_uwp.md) | [webview2_sample_uwp](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/webview2_sample_uwp) |   |
| [WinUI 2 (UWP) sample app](samples/webview2_sample_uwp.md) | [webview2_sample_uwp](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/webview2_sample_uwp) | |
| [WinUI 3 (Windows App SDK) sample app](./samples/webview2-winui3-sample.md) | [WebView2_WinUI3_Sample](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/WebView2_WinUI3_Sample) | |
| [WPF sample app](samples/webview2wpfbrowser.md) | [WebView2WpfBrowser](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/WebView2WpfBrowser) |   |
| [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. |
| [WinForms sample app](samples/webview2windowsformsbrowser.md) | [WebView2WindowsFormsBrowser](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/WebView2WindowsFormsBrowser) |   |
| [WinForms sample app](samples/webview2windowsformsbrowser.md) | [WebView2WindowsFormsBrowser](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/WebView2WindowsFormsBrowser) | |


<!--
| [WinUI 3 (Windows App SDK) sample app](./samples/webview2-winui3-sample.md) | _pending_ PR: https://github.com/MicrosoftEdge/WebView2Samples/pull/142 [WebView2_WinUI3_Sample](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/SampleApps/WebView2_WinUI3_Sample) | [Tutorial](get-started/winui.md).<br/> [Completed tutorial project](https://github.com/MicrosoftEdge/WebView2Samples/tree/main/GettingStartedGuides/WinUI3_GettingStarted). |
-->

These articles provide the specific steps to set up your machine and build, run, and update each sample.


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading