using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace CB.Web
{
public partial class footer : System.Web.UI.UserControl
{
public string PageName { get; set; }
protected void Page_Load(object sender, EventArgs e)
{
}
///
/// 页面热点推荐内容
///
///
///
public static string GetHotContent(int id)
{
return CB.Data.Caches.GetRecommendContent(id);
}
}
}