View scaffold templates in ASP.NET Core

前端 未结 3 1469
后悔当初
后悔当初 2020-12-10 09:52

MVC 5 has the very handy feature when creating a view to be able to select a template for scaffolding out the view. This uses a T4 template file to generate a CSHTML file b

3条回答
  •  自闭症患者
    2020-12-10 10:19

    I know this is old, but for me it was solved by opening the myProject.sln, it loaded the solution and then controller, etc options were available.

提交回复
热议问题