Madhukar Krishna

Madhukar Krishna

  • 652
  • 1.4k
  • 281.7k

How to create menu in MVC

Dec 16 2014 11:36 AM
I have just created a MVC 4 project and selected "Basic" Template in VS2012. I have created a "HomeController" and two methods inside it: "Index" and "Details". I have generated a view for both the methods: "Index.cshtml" and "Details.cshtml". My question is how to create a basic menu for them in "_Layout.cshtml"?

Answers (1)