C# Class Nancy.ViewEngines.Veil.NancyVeilContext

Inheritance: IVeilContext
Show file Open project: namics/TerrificNet Class Usage Examples

Public Methods

Method Description
GetTemplateByName ( string name, string parserKey ) : TextReader
NancyVeilContext ( IRenderContext context, IEnumerable extensions ) : System.Collections.Generic

Method Details

GetTemplateByName() public method

public GetTemplateByName ( string name, string parserKey ) : TextReader
name string
parserKey string
return System.IO.TextReader

NancyVeilContext() public method

public NancyVeilContext ( IRenderContext context, IEnumerable extensions ) : System.Collections.Generic
context IRenderContext
extensions IEnumerable
return System.Collections.Generic