C# Class Junior.Route.ViewEngines.Razor.TemplateCodeBuilders.CSharpCodeLanguage

Inheritance: System.Web.Razor.CSharpRazorCodeLanguage
Exibir arquivo Open project: nathan-alden/junior-route Class Usage Examples

Public Methods

Method Description
CSharpCodeLanguage ( bool throwExceptionOnParserError = true ) : System.Web.Razor
CreateCodeGenerator ( string className, string rootNamespaceName, string sourceFileName, System.Web.Razor.RazorEngineHost host ) : System.Web.Razor.Generator.RazorCodeGenerator

Method Details

CSharpCodeLanguage() public method

public CSharpCodeLanguage ( bool throwExceptionOnParserError = true ) : System.Web.Razor
throwExceptionOnParserError bool
return System.Web.Razor

CreateCodeGenerator() public method

public CreateCodeGenerator ( string className, string rootNamespaceName, string sourceFileName, System.Web.Razor.RazorEngineHost host ) : System.Web.Razor.Generator.RazorCodeGenerator
className string
rootNamespaceName string
sourceFileName string
host System.Web.Razor.RazorEngineHost
return System.Web.Razor.Generator.RazorCodeGenerator