CSharpRazorCodeLanguage Class

Definition

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
CSharpRazorCodeLanguage

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.

Applies to