Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

  • System.Web.Helpers.dll
  • System.Web.WebPages.dll
  • System.Web.Razor.dll

The only one I can see when I do Add Reference is System.Web.Razor, but I don't know where the other ones are.

like image 470
Xaisoft Avatar asked Nov 07 '11 14:11

Xaisoft


People also ask

Where can I find System Web helpers?

NET tab-> click Component Name to organize list->should see system. web. helpers..

What is .NET system Web?

Defines the methods, properties, and events that are common to all application objects in an ASP.NET application. This class is the base class for applications that are defined by the user in the Global.


1 Answers

You will find these assemblies in the Extensions group under Assemblies in Visual Studio 2010, 2012 & 2013 (Reference Manager)

like image 70
W3Max Avatar answered Oct 13 '22 06:10

W3Max