コード例 #1
0
 public RazorView(RazorViewTemplate template, ITemplateService templateService, RenderTemplateContext context)
 {
     this.Template        = template;
     this.TemplateService = templateService;
     this.Context         = context;
 }
コード例 #2
0
ファイル: RazorView.cs プロジェクト: yaozd/YOYOFx
 public RazorView(RazorViewTemplate template, ITemplateService templateService , RenderTemplateContext context)
 {
     this.Template = template;
     this.TemplateService = templateService;
     this.Context = context;
 }