This .cshtml page display the main menu:
MyMVCProject\Location\Subjects\Views\@_MyMainMenu.cshtml
And, this .cshtml displays all classrooms data:
MyMVCProject\Views\Classrooms\@_Index.cshtml
I have added a menu item in @_MyMainMenu.cshtml named "Classrooms". Using ASP.NET MVC 5, how do I get this new menu item to call Classrooms\@_Index.cshtml to displays all classrooms data?
TIA
ClassroomsControllerwhich you can call, which then renders theIndexview for the classrooms