CSharpRazorCodeLanguage 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 Razor code language that is based on C# syntax.
public class CSharpRazorCodeLanguage : System.Web.Razor.RazorCodeLanguage
type CSharpRazorCodeLanguage = class
inherit RazorCodeLanguage
Public Class CSharpRazorCodeLanguage
Inherits RazorCodeLanguage
- Inheritance
Constructors
| 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. |
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 the code provider. |
| 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. |
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 a new Razor code generator based on C# code language. |
| 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. |