app.UseClientSideBlazorFiles<Client.Startup>(); and Microsoft.AspNetCore.Blazor.Server #26215
-
Is Microsoft.AspNetCore.Blazor.Server still live? If not how do we do what UseClientSideBlazorFiles did for mapping multiple WASM SPAs on the same server. There's a DanRoth Github repo at https://github.com/danroth27/BlazorWebAssemblyWithPrerendering that uses it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The The replacement for |
Beta Was this translation helpful? Give feedback.
-
Thanks Steve, will go and take a look at the code. Away, so apologies for not getting back sooner. Closed. |
Beta Was this translation helpful? Give feedback.
The
Microsoft.AspNetCore.Blazor.Server
namespace was renamed toMicrosoft.AspNetCore.Components.Server
a long time ago, before .NET 3 shipped.The replacement for
UseClientSideBlazorFiles
isUseBlazorFrameworkFiles
.