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

Inheritance: System.Web.Razor.Generator.VBRazorCodeGenerator
Mostra file Open project: nathan-alden/junior-route Class Usage Examples

Public Methods

Method 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 method

public VisitError ( RazorError err ) : void
err RazorError
return void

VisualBasicCodeGenerator() public method

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
return System.Web.Razor