In my main MVC project (Proj1) form’s menu (Shared_Menu,cshtml), I’ve added a new menu item to open up a view from another project (proj2) that has been added to the solution.
How do I call the proj2’s view when the menu item in proj1 is clicked?
In my main MVC project (Proj1) form’s menu (Shared_Menu,cshtml), I’ve added a new menu item to open up a view from another project (proj2) that has been added to the solution.
How do I call the proj2’s view when the menu item in proj1 is clicked?