CSharpRazorCodeLanguage Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Represents a Razor code language that is based on C# syntax.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The CSharpRazorCodeLanguage type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CSharpRazorCodeLanguage | 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 CSharpRazorCodeLanguage class. |
| 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 the code provider. (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 name of the C# code language. (Overrides RazorCodeLanguage.LanguageName.) |
| Name | Description | |
|---|---|---|
![]() | CreateCodeGenerator | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Creates a new Razor code generator based on C# code language. (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 new code parser for C# code language. (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.) |
Show:
