Hosting a Blazor App in WinUI 3 with WebView2 and call a Blazor Component Method from WinUI
WinUI 3.0 is Microsoft's upcoming UI framework to build modern, native Windows applications.
WinUI is developed open source on https://github.com/microsoft/microsoft-ui-xaml
Last week WinUI 3.0 alpha 2 came out, and Microsoft introduced a WebView2
control that is based on Microsoft Edge Chromium. That means you can run all the modern, awesome web stuff in that WebView2
control if you want.