Share via


MvcVBRazorCodeParser Class

Definition

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

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.

Applies to