System.Web.Mvc.Razor Namespace

 

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

ClassDescription
System_CAPS_pubclassMvcCSharpRazorCodeParser

Compiles ASP.NET Razor views into classes.

System_CAPS_pubclassMvcVBRazorCodeParser

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

System_CAPS_pubclassMvcWebPageRazorHost

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

Return to top
Show: