コード例 #1
0
ファイル: PageExecutor.cs プロジェクト: howfar9595/BuildCode
 public static void ResponseWrite(string pageVirtualPath, object model, bool flush)
 {
     ResponseWriter.WritePage(pageVirtualPath, model, flush);
 }
コード例 #2
0
ファイル: UcExecutor.cs プロジェクト: howfar9595/BuildCode
 public static void ResponseWrite(string ucVirtualPath, object model, bool flush)
 {
     ResponseWriter.WriteUserControl(ucVirtualPath, model, flush);
 }