C# 클래스 RestBugs.Services.Infrastructure.TemplateEngine

This code adapted from: http://blog.andrewnurse.net/2010/11/16/HostingRazorOutsideOfASPNetRevisedForMVC3RC.aspx
파일 보기 프로젝트 열기: howarddierking/RestBugs 1 사용 예제들

공개 메소드들

메소드 설명
CreateTemplateForType ( Type modelType, string templateFile = null ) : TemplateBase

비공개 메소드들

메소드 설명
InitializeTemplateEngine ( ) : System.Web.Razor.RazorTemplateEngine
InitializeTemplateType ( string templateKey ) : Type

메소드 상세

CreateTemplateForType() 공개 메소드

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