C# Class RestBugs.Services.Infrastructure.TemplateEngine

This code adapted from: http://blog.andrewnurse.net/2010/11/16/HostingRazorOutsideOfASPNetRevisedForMVC3RC.aspx
ファイルを表示 Open project: howarddierking/RestBugs Class Usage Examples

Public Methods

Method Description
CreateTemplateForType ( Type modelType, string templateFile = null ) : TemplateBase

Private Methods

Method Description
InitializeTemplateEngine ( ) : System.Web.Razor.RazorTemplateEngine
InitializeTemplateType ( string templateKey ) : Type

Method Details

CreateTemplateForType() public method

public CreateTemplateForType ( Type modelType, string templateFile = null ) : TemplateBase
modelType System.Type
templateFile string
return TemplateBase