Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The System.Web.Mvc.Razor namespace contains classes to compile and parse ASP.NET Razor views.
Classes
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. |