MvcVBRazorCodeGenerator 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.VBRazorCodeGenerator
System.Web.Mvc.Razor.MvcVBRazorCodeGenerator
Namespace: System.Web.Mvc.Razor
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Class MvcVBRazorCodeGenerator _
Inherits VBRazorCodeGenerator
'Usage
Dim instance As MvcVBRazorCodeGenerator
public class MvcVBRazorCodeGenerator : VBRazorCodeGenerator
public ref class MvcVBRazorCodeGenerator : public VBRazorCodeGenerator
public class MvcVBRazorCodeGenerator extends VBRazorCodeGenerator
The MvcVBRazorCodeGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MvcVBRazorCodeGenerator | 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.