C# Class RestBugs.Services.Infrastructure.TemplateEngine

This code adapted from: http://blog.andrewnurse.net/2010/11/16/HostingRazorOutsideOfASPNetRevisedForMVC3RC.aspx
Afficher le fichier Open project: howarddierking/RestBugs Class Usage Examples

Méthodes publiques

Méthode Description
CreateTemplateForType ( Type modelType, string templateFile = null ) : TemplateBase

Private Methods

Méthode Description
InitializeTemplateEngine ( ) : System.Web.Razor.RazorTemplateEngine
InitializeTemplateType ( string templateKey ) : Type

Method Details

CreateTemplateForType() public méthode

public CreateTemplateForType ( Type modelType, string templateFile = null ) : TemplateBase
modelType System.Type
templateFile string
Résultat TemplateBase