VBRazorCodeLanguage 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.
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
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. |