System.Web.Mvc.Razor Namespace

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

Classes

  Class Description
Public class ModelSpan Provides a model-aware Span class for ASP.NET MVC.
Public class MvcCSharpRazorCodeGenerator Compiles ASP.NET Razor views into classes.
Public class MvcCSharpRazorCodeParser
Public class MvcVBRazorCodeGenerator Compiles ASP.NET Razor views into classes.
Public class MvcVBRazorCodeParser Extends the VBCodeParser class by adding support for the @model keyword.
Public class MvcWebPageRazorHost Configures the ASP.NET Razor parser and code generator for a specified file.