MvcVBRazorCodeParser Class
Generates classes from Razor web views.
Inheritance Hierarchy
System. . :: . .Object
System.Web.Razor.Parser. . :: . .ParserBase
System.Web.Razor.Parser. . :: . .CodeParser
System.Web.Razor.Parser. . :: . .VBCodeParser
System.Web.Mvc..::..MvcVBRazorCodeParser
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Class MvcVBRazorCodeParser _
Inherits VBCodeParser
'Usage
Dim instance As MvcVBRazorCodeParser
public class MvcVBRazorCodeParser : VBCodeParser
public ref class MvcVBRazorCodeParser : public VBCodeParser
public class MvcVBRazorCodeParser extends VBCodeParser
The MvcVBRazorCodeParser type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
MvcVBRazorCodeParser | Initializes a new instance of the MvcVBRazorCodeParser class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Context | (Inherited from ParserBase.) |
![]() |
CurrentCharacter | (Inherited from ParserBase.) |
![]() |
CurrentLocation | (Inherited from ParserBase.) |
![]() |
DesignTimeMode | (Inherited from ParserBase.) |
![]() |
EndOfFile | (Inherited from ParserBase.) |
![]() |
HaveContent | (Inherited from ParserBase.) |
![]() |
InTemporaryBuffer | (Inherited from ParserBase.) |
![]() |
KeywordHandlers | (Inherited from VBCodeParser.) |
![]() |
OtherParser | (Inherited from CodeParser.) |
![]() |
TopLevelKeywords | (Inherited from VBCodeParser.) |
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.
.gif)
.gif)
.gif)
.gif)