开发者

Asp.Net Website project with 'add view' tooling

开发者 https://www.devze.com 2023-04-09 23:38 出处:网络
There are many posts on this, most of which suggest adding the MVC project type GUID to the .*proj file.

There are many posts on this, most of which suggest adding the MVC project type GUID to the .*proj file.

THe webs开发者_如何学编程ite project model doesn't have a project file though, so is there some way to get support for the add view dialog and tooling with a hybrid website / MVC project?


There is no way to achieve what you want in a WebSite (at least not currently). The Add Controller functionality is implemented as a VSPackage that gets loaded when the MVC project type GUID is detected (that's why all the other posts mention it).

0

精彩评论

暂无评论...
验证码 换一张
取 消