System.Web.Mvc.Razor Namespace
The System.Web.Mvc.Razor namespace contains classes to compile and parse ASP.NET Razor views.
| Class | Description | |
|---|---|---|
|
ModelSpan | Provides a model-aware Span class for ASP.NET MVC. |
|
MvcCSharpRazorCodeGenerator | Compiles ASP.NET Razor views into classes. |
|
MvcCSharpRazorCodeParser | |
|
MvcVBRazorCodeGenerator | Compiles ASP.NET Razor views into classes. |
|
MvcVBRazorCodeParser | Extends the VBCodeParser class by adding support for the @model keyword. |
|
MvcWebPageRazorHost | Configures the ASP.NET Razor parser and code generator for a specified file. |
Show: