[OutputCache(Duration =3600, VaryByParam = "*",Location=OutputCacheLocation.Server)]
public ActionResult Index()
{
Response.Cache.SetOmitVaryStar(true);
}
本文共 205 字,大约阅读时间需要 1 分钟。
Response.Cache.SetOmitVaryStar(true);
}
转载于:https://www.cnblogs.com/nzcblog/p/4516573.html