VBRazorCodeLanguage Class
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.
Inheritance Hierarchy
System.Object
System.Web.Razor.RazorCodeLanguage
System.Web.Razor.VBRazorCodeLanguage
Namespace: System.Web.Razor
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Class VBRazorCodeLanguage _
Inherits RazorCodeLanguage
'Usage
Dim instance As VBRazorCodeLanguage
public class VBRazorCodeLanguage : RazorCodeLanguage
public ref class VBRazorCodeLanguage : public RazorCodeLanguage
type VBRazorCodeLanguage =
class
inherit RazorCodeLanguage
end
public class VBRazorCodeLanguage extends RazorCodeLanguage
The VBRazorCodeLanguage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
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. |
Top
Properties
Name | Description | |
---|---|---|
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. (Overrides RazorCodeLanguage.CodeDomProviderType.) | |
LanguageName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the language name. (Overrides RazorCodeLanguage.LanguageName.) |
Top
Methods
Name | Description | |
---|---|---|
CreateCodeGenerator | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates the code language generator. (Overrides RazorCodeLanguage.CreateCodeGenerator(String, String, String, RazorEngineHost).) | |
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. (Overrides RazorCodeLanguage.CreateCodeParser().) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
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.