ASP.NET Web Forms Scaffolding feature missing in VS 2013 RC

不想你离开。 提交于 2019-12-03 15:57:54

It seems that this feature is currently dropped but Microsoft promises that it will be included in a future release.

Look at this page that was created earlier today: http://www.asp.net/visual-studio/overview/2013/release-notes-%28release-candidate%29#scaffold

Visual Studio 2013 does not currently support generating pages for a Web Forms project, but you can still use scaffolding with Web Forms by adding MVC dependencies to the project. Support for generating pages for Web Forms will be added in a future update.

Another source: http://blogs.msdn.com/b/webdev/archive/2013/09/09/announcing-release-of-asp-net-and-web-tools-for-visual-studio-2013-rc.aspx says:

We removed WebForm Scaffolding from this release. We’ll reconsider it in future releases.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!