C# Class MicroRazorHost.MicroRazorCompiler

Show file Open project: anurse/MicroRazorHost

Public Methods

Method Description
Compile ( string template ) : CompilationResults
CreateCSharp ( ) : MicroRazorCompiler
CreateVB ( ) : MicroRazorCompiler
MicroRazorCompiler ( RazorCodeLanguage language ) : System

Protected Methods

Method Description
ConfigureHost ( ) : System.Web.Razor.RazorEngineHost

Method Details

Compile() public method

public Compile ( string template ) : CompilationResults
template string
return CompilationResults

ConfigureHost() protected method

protected ConfigureHost ( ) : System.Web.Razor.RazorEngineHost
return System.Web.Razor.RazorEngineHost

CreateCSharp() public static method

public static CreateCSharp ( ) : MicroRazorCompiler
return MicroRazorCompiler

CreateVB() public static method

public static CreateVB ( ) : MicroRazorCompiler
return MicroRazorCompiler

MicroRazorCompiler() public method

public MicroRazorCompiler ( RazorCodeLanguage language ) : System
language System.Web.Razor.RazorCodeLanguage
return System