Open Closed

ABP-Docs-in-Blazor-WebAPP---menu-display #9007


User avatar
0
cellero created

When using the ABP Docs module in a Blazor WebApp the left side bar menu does not render. There is empty space where the menu and branding should be:
image.png

Menu:

context.Menu.AddItem(
new ApplicationMenuItem(
ConcreteMenus.UserDocs,
l["Menu:Docs"],
url: "/Documents",
icon: "fa fa-question-circle",
order: 600
)
);

Please advise how to render the side bar menu correctly.

Thanks.

ABP Version: 9.1.0
UI: Blazor WebApp
DB: EF


1 Answer(s)
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 20, 2025, 18:00