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

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

Méthodes publiques

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

Method Details

VisitError() public méthode

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

VisualBasicCodeGenerator() public méthode

public VisualBasicCodeGenerator ( 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