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