Esempio n. 1
0
 protected string GetInfoContent()
 {
     try {
         InfoContentPageBus bus = new InfoContentPageBus();
         var model = bus.QueryModel("GroupCode='" + WebParmKit.GetRequestString("code", "") + "'");
         this.Title = "云南亮剑" + model.Title;
         return(model.Content);
     } catch (Exception ex) {
         Logger.Error("读取 InfoContentPage 内容报错", ex);
     }
     return(string.Empty);
 }