public ActionResult Details(int id)
 {
     Maticsoft.BLL.CMS.Content content = new Maticsoft.BLL.CMS.Content();
     Maticsoft.Model.CMS.Content modelExByCache = content.GetModelExByCache(id);
     if (modelExByCache != null)
     {
         ((dynamic) base.ViewBag).ArticleId = id;
         ((dynamic) base.ViewBag).Title = Globals.HtmlDecode(modelExByCache.Title);
         if (this.WebSiteSet != null)
         {
             dynamic viewBag = base.ViewBag;
             string str = "-" + Globals.HtmlDecode(this.WebSiteSet.WebName);
             if (<Details>o__SiteContainer9.<>p__Sitec == null)
             {