0
mcb2323 created
Hi I followed the instructions for creating menu items and it doesnt seem to work. I added an item in the following order
- added the item in the MpaNavigationProvider class
- Created a controller under /Areas/Mpa/Controllers
- Created a view page under /Areas/Mpa/Views/ViewName
- Added menu localization string
when I debug the solution the menu does not show up. Am I missing something ?
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
2 Answer(s)
-
0
Hi,
Defininig the menu item in MpaNavigationProvider should be enough. Can you share your definition ?
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
I figured out my problem. I was still in SPA mode. The simple things
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)