VBRazorCodeLanguage Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a language generator and provider of the VB razor code.

public class VBRazorCodeLanguage : System.Web.Razor.RazorCodeLanguage
type VBRazorCodeLanguage = class
    inherit RazorCodeLanguage
Public Class VBRazorCodeLanguage
Inherits RazorCodeLanguage
Inheritance
VBRazorCodeLanguage

Constructors

VBRazorCodeLanguage()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the VBRazorCodeLanguage class.

Properties

CodeDomProviderType

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the type of CodeDomProvider.

LanguageName

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the language name.

Methods

CreateCodeGenerator(String, String, String, RazorEngineHost)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates the code language generator.

CreateCodeParser()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a code parser in a ParserBase.

Applies to