Where can I find System.Web.Helpers, System.Web.WebPages, and System.Web.Razor?

后端 未结 12 1365
南笙
南笙 2020-11-27 05:45

I am following this article on RazorGenerator and it say\'s that I must add references to:

  • System.Web.Helpers.dll
  • System.Web.WebPag
12条回答
  •  误落风尘
    2020-11-27 06:10

    They should be under C:\Program Files\Microsoft ASP.Net (or C:\Program Files (x86)\Microsoft ASP.Net if you're on a 64-bit OS) in a subfolder for MVC3 or WebPages.

提交回复
热议问题