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

Inheritance: System.Web.Razor.Generator.CSharpRazorCodeGenerator
Afficher le fichier Open project: nathan-alden/junior-route Class Usage Examples

Méthodes publiques

Méthode Description
CSharpCodeGenerator ( string className, string rootNamespaceName, string sourceFileName, System.Web.Razor.RazorEngineHost host, bool throwExceptionOnParserError = true ) : System.Web.Razor
VisitError ( RazorError err ) : void

Method Details

CSharpCodeGenerator() public méthode

public CSharpCodeGenerator ( string className, string rootNamespaceName, string sourceFileName, System.Web.Razor.RazorEngineHost host, bool throwExceptionOnParserError = true ) : System.Web.Razor
className string
rootNamespaceName string
sourceFileName string
host System.Web.Razor.RazorEngineHost
throwExceptionOnParserError bool
Résultat System.Web.Razor

VisitError() public méthode

public VisitError ( RazorError err ) : void
err RazorError
Résultat void