Trying to add Blazor Server to an `Area` in an existing Razor Pages app
Added
app.MapBlazorHub();
and services.AddServerSideBlazor();
Added:
* /Areas/Admin/Pages/_Imports.razor
* /Areas/Admin/Pages/_Host.cshtml
* /Areas/Admin/Pages/Shared/App.razor
Added /Areas/Admin/Pages/Skunga.razor
Currently trying to make Skunga
appear at /admin/skunga
route.
Layout file adds <base href="/" />
to the head
section and imports
The issue is that I just get a Page not found
message0 Replies