关于[Custom deployment layout for Blazor WebAssembly apps]的摘要:
Some environments block the download and execution of DLLs from the network to prevent the potential spread of malware, which can also block downloading Blazor WebAssembly apps. To enable Blazor WebAssembly in these environments, we introduced in .NET 6 new extensibility points that allows developers to customize the published files and packaging of Blazor WebAssembly apps. These customizations can then be packaged as a reusable NuGet package.
原文地址: https://devblogs.microsoft.com/aspnet/custom-deployment-layout-for-blazor-webassembly-apps/