C# Class RazorEngine.Compilation.CSharpRazorCodeGenerator

Defines a code generator that supports C# syntax.
Inheritance: System.Web.Razor.Generator.CSharpRazorCodeGenerator
Afficher le fichier Open project: tqc/RazorEngine

Méthodes publiques

Méthode Description
CSharpRazorCodeGenerator ( string className, string rootNamespaceName, string sourceFileName, RazorEngineHost host ) : System.Web.Razor

Initialises a new instance of CSharpRazorCodeGenerator.

VisitError ( RazorError err ) : void

Visits an error generated through parsing.

Method Details

CSharpRazorCodeGenerator() public méthode

Initialises a new instance of CSharpRazorCodeGenerator.
public CSharpRazorCodeGenerator ( string className, string rootNamespaceName, string sourceFileName, RazorEngineHost host ) : System.Web.Razor
className string The name of the generated class.
rootNamespaceName string The namespace of the generated class.
sourceFileName string The source file filename.
host RazorEngineHost The instance.
Résultat System.Web.Razor

VisitError() public méthode

Visits an error generated through parsing.
public VisitError ( RazorError err ) : void
err RazorError The error that was generated.
Résultat void