如何使用 Blazor 创建独立的 Web 应用程序?

How to create a standalone web application with Blazor?

我是 Web 开发和 Blazor 的新手。我想使用 Blazor 创建一个独立的 Web 应用程序,用户可以在其中单击本地网络上部署的文件,并让应用程序在他们的 Web 浏览器中启动,就像为桌面应用程序提供一个独立的 exe 一样。我在 Blazor 上搜索了 Windows 文档,但似乎找不到答案。提前致谢

尝试构建一个 blazor pwa 应用程序,它可以安装在桌面上,并且它像 windows 或 Mac OS 上的桌面应用程序一样工作。这是创建示例 pwa 应用程序的 MS 文档。link to docs

Installation and app manifest

When visiting an app created using the PWA template, users have the option of installing the app into their OS's start menu, dock, or home screen. The way this option is presented depends on the user's browser. When using desktop Chromium-based browsers, such as Edge or Chrome, an Add button appears within the URL bar. After the user selects the Add button, they receive a confirmation dialog:

On iOS, visitors can install the PWA using Safari's Share button and its Add to Homescreen option. On Chrome for Android, users should select the Menu button in the upper-right corner, followed by Add to Home screen.

安装后,该应用会单独显示 window,没有地址栏: