MvcWebPageRazorHost Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the ASP.NET Razor parser and code generator for a specified file.
public class MvcWebPageRazorHost : System.Web.WebPages.Razor.WebPageRazorHost
type MvcWebPageRazorHost = class
inherit WebPageRazorHost
Public Class MvcWebPageRazorHost
Inherits WebPageRazorHost
- Inheritance
Constructors
MvcWebPageRazorHost(String, String) |
Initializes a new instance of the MvcWebPageRazorHost class. |
Methods
DecorateCodeGenerator(RazorCodeGenerator) |
Returns the ASP.NET MVC language-specific Razor code generator. |
DecorateCodeParser(ParserBase) |
Returns the ASP.NET MVC language-specific Razor code parser using the specified language parser. |