MvcCSharpRazorCodeGenerator Class
Compiles ASP.NET Razor views into classes.
Inheritance Hierarchy
System.Object
System.Web.Razor.Parser.ParserVisitor
System.Web.Razor.Generator.RazorCodeGenerator
System.Web.Razor.Generator.CSharpRazorCodeGenerator
System.Web.Mvc.Razor.MvcCSharpRazorCodeGenerator
Namespace: System.Web.Mvc.Razor
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Class MvcCSharpRazorCodeGenerator _
Inherits CSharpRazorCodeGenerator
'Usage
Dim instance As MvcCSharpRazorCodeGenerator
public class MvcCSharpRazorCodeGenerator : CSharpRazorCodeGenerator
public ref class MvcCSharpRazorCodeGenerator : public CSharpRazorCodeGenerator
public class MvcCSharpRazorCodeGenerator extends CSharpRazorCodeGenerator
The MvcCSharpRazorCodeGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MvcCSharpRazorCodeGenerator | Initializes a new instance of the MvcCSharpRazorCodeGenerator class. |
Top
Properties
Top
Methods
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.