visual studio 2013 'add controller' missing

后端 未结 8 2153
轻奢々
轻奢々 2020-12-11 00:31

I update the visual studio 2010 project to visual studio 2013. Then I want to ad a new controller. but there is no add Controller option.

8条回答
  •  攒了一身酷
    2020-12-11 01:04

    Include Microsoft.ASP.NET MVC from Nuget Package in your project, you should be able to see the Add View menu when you right inside a method of controller class.

提交回复
热议问题