예제 #1
0
 static TemplateProvider()
 {
     FileTypeHelper.Register(".tt", "TT模板文件|*.tt");
 }
예제 #2
0
 static TemplateProvider()
 {
     FileTypeHelper.Register(".vm", "Velocity模板文件|*.vm");
 }
예제 #3
0
 static TemplateProvider()
 {
     FileTypeHelper.Register(".cshtml", "Razor模板文件|*.cshtml");
 }