Closed as not planned
Closed as not planned
Description
Currently the ASP.NET Core hosted Blazor WebAssembly uses a static index.html file. It would be more flexible to instead use a _Host.cshtml file like the Blazor Server template does. The root App
component could then be setup using the component tag helper with RenderMode.WebAssembly
. This would make it easier for the user to turn on prerendering if that's what they want to do. Note that I'm not proposing that we enable prerendering by default, as that adds a bunch of additional complexity for the user.
Metadata
Metadata
Assignees
Labels
Work that is critical for the release, but we could probably ship withoutThis issue impacts only small number of customersIncludes: Blazor, Razor ComponentsThis issue represents an ask for new feature or an enhancement to an existing oneThis issue is related to and / or impacts Blazor WebAssemblyThis label is used by an internal tool