Navigation menu with highlight in Asp.NET MVC?

后端 未结 7 892
广开言路
广开言路 2021-02-14 15:31

It\'s a simple question. How did stackoverflow do their menu in Asp.net MVC, with highlight on what page we are on.

7条回答
  •  深忆病人
    2021-02-14 16:28

    See for i.e. this URL

    http://stackoverflow.com/questions this indicates that probably the Questions Controller handles this page. So it changes the View to display a highlighted menu item.

提交回复
热议问题