Base solution for your next web application
Open Closed

New User Question #1501


User avatar
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

  1. added the item in the MpaNavigationProvider class
  2. Created a controller under /Areas/Mpa/Controllers
  3. Created a view page under /Areas/Mpa/Views/ViewName
  4. Added menu localization string

when I debug the solution the menu does not show up. Am I missing something ?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Defininig the menu item in MpaNavigationProvider should be enough. Can you share your definition ?

  • User Avatar
    0
    mcb2323 created

    I figured out my problem. I was still in SPA mode. The simple things