C# Class Cassette.HtmlTemplates.HoganCompiler

Inheritance: ICompiler
Show file Open project: Zocdoc/cassette Class Usage Examples

Public Methods

Method Description
Compile ( string source, IFile sourceFile ) : string
HoganCompiler ( ) : Cassette.IO

Method Details

Compile() public method

public Compile ( string source, IFile sourceFile ) : string
source string
sourceFile IFile
return string

HoganCompiler() public method

public HoganCompiler ( ) : Cassette.IO
return Cassette.IO