【发布时间】:2014-12-07 13:58:40
【问题描述】:
在 MVC5 中,可以使用 Razor Generator (http://razorgenerator.codeplex.com) 等工具在项目之间共享视图 (Razor)。
如何在 vNext 中实现相同的功能?无法立即识别我的视图(包含视图的项目在 project.json 中列为依赖项)。
InvalidOperationException: The partial view '~/Views/Authentication/_LogInForm.cshtml' was not found. The following locations were searched:
~/Views/Authentication/_LogInForm.cshtml
【问题讨论】:
-
我应该提到它:在源项目中包含“RazorGenerator.Mvc”不再起作用(引用前面有一个“!”)。
标签: asp.net asp.net-mvc razor asp.net-core asp.net-core-mvc