MvcVBRazorCodeParser 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.
Extends the VBCodeParser class by adding support for the @model keyword.
public class MvcVBRazorCodeParser : System.Web.Razor.Parser.VBCodeParser
type MvcVBRazorCodeParser = class
inherit VBCodeParser
Public Class MvcVBRazorCodeParser
Inherits VBCodeParser
- Inheritance
-
MvcVBRazorCodeParser
Constructors
MvcVBRazorCodeParser() |
Initializes a new instance of the MvcVBRazorCodeParser class. |
Methods
InheritsStatement() |
Sets a value that indicates whether the current code block and model should be inherited. |
ModelTypeDirective() |
The Model Type Directive. |