Example #1
0
 public static void ResponseWrite(string pageVirtualPath, object model, bool flush)
 {
     ResponseWriter.WritePage(pageVirtualPath, model, flush);
 }