示例#1
0
 public static string GetBundlePath(IRequestHandler requestHandler, string filename)
 {
     return(PathManager.GetBundlesPath(requestHandler) + "\\" + filename);
 }
示例#2
0
 public static string GetViewPath(IRequestHandler requestHandler, string subdirectory, string filename)
 {
     return(PathManager.GetViewsPath(requestHandler, subdirectory) + "\\" + filename);
 }