System.Web.Mvc.Razor Namespace

 

The System.Web.Mvc.Razor namespace contains classes to compile and parse ASP.NET Razor views.

Classes

Class Description
System_CAPS_pubclass MvcCSharpRazorCodeParser

Compiles ASP.NET Razor views into classes.

System_CAPS_pubclass MvcVBRazorCodeParser

Extends the VBCodeParser class by adding support for the @model keyword.

System_CAPS_pubclass MvcWebPageRazorHost

Configures the ASP.NET Razor parser and code generator for a specified file.

Return to top