예제 #1
0
 protected override IView CreatePartialView(ControllerContext controllerContext, string partialPath)
 {
     var v = new PrecompileView(FetchUrlType(partialPath), partialPath);
     return v;
 }
예제 #2
0
 protected override IView CreateView(ControllerContext controllerContext, string viewPath, string masterPath)
 {
     var v = new PrecompileView(FetchUrlType(viewPath), viewPath);
     return v;
 }