Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thomasclaudiushuber/winui3-webview2-hosting-blazorapp


https://github.com/thomasclaudiushuber/winui3-webview2-hosting-blazorapp

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# WinUI3-WebView2-Hosting-BlazorApp
This repo contains a solution with a WinUI 3 app and a Blazor WASM app.
The solution shows how a WinUI app can communicate with a hosted Blazor App via JavaScript interop.

Read more about this solution in these two blog posts:

https://www.thomasclaudiushuber.com/2020/02/18/hosting-blazor-app-in-winui-3-with-webview-2-and-call-blazor-component-method-from-winui/

https://www.thomasclaudiushuber.com/2020/02/19/calling-winui-from-blazor-app-hosted-in-webview2/