Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasclaudiushuber/winui3-webview2-hosting-blazorapp
https://github.com/thomasclaudiushuber/winui3-webview2-hosting-blazorapp
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomasclaudiushuber/winui3-webview2-hosting-blazorapp
- Owner: thomasclaudiushuber
- Created: 2020-02-18T08:54:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T09:45:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T19:45:12.606Z (about 1 month ago)
- Language: C#
- Size: 226 KB
- Stars: 36
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/