try this article:
https://www.telerik.com/blogs/sharing-code-blazor-dotnet-maui
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi there,
I'd like to use a different project (within the same solution) to be used inside a MAUI webview.
The structure looks like:
The MAUI wrapper application should start the Blazor application and simply show it's contents (albeit navigation to localhost:3000). I'd rather not manage the process itself (e.g. using Process.Start etcetera) but I'm open for options.
The reason to use this setup is that Blazor application should be running on all three major platforms (Windows, MacOS and Linux). MAUI supports only Windows and MacOS, so I want a "wrapper" around the Blazor application.
Any ideas on how to achieve this would be greatly appreciated.
try this article:
https://www.telerik.com/blogs/sharing-code-blazor-dotnet-maui