Adding “active” tag to navigation list in an asp.net mvc master page

后端 未结 15 1882
渐次进展
渐次进展 2020-12-12 13:31

In the default asp.net mvc project, in the Site.Master file, there is a menu navigation list:

15条回答
  •  遥遥无期
    2020-12-12 14:00

    Try

    Should work fine !!!

    EDIT : REMOVED IN BETA1

    Removed the ViewName property from the ViewContext class.

提交回复
热议问题