I just created a new Blazor Web Assembly App with the .Net Core Hosted Option. None of the Layout or Menu were displayed. I have not made any changes templates yet.
If I create a Blazo Web Assembly App without the .Net Core Hosted Option both the Lyout and Menus are displayed.
I did a diff on the style sheets and layout pages and nothing appears to be different between the two different projects with respect to these files. Has anyone else experienced this behavior? If so do you have a suggestions on what I might be missing?
---Additional Info.
I am creating a Web assembly project and just running it straight away.
Step#1
Step#2
Step#3
Step#4
Result:
Just doing a web assembly without a Core Hosted and running gives this:
If I choose the Blazor Server App Template it also displays with the menu. I haven't made any changes to the application the was created by the template.
Thanks William
Thanks





