我有一个带有 nuget 包 Install-Package jQuery.Mobile.MVC 的 mvc4 网站,主页的代码是:
[OutputCache(CacheProfile = "SiteCache", VaryByParam = "none")]
public ActionResult Index()
{
return View();
}
我看到一个问题,有时我从桌面浏览器转到移动设备的布局。是否是用户从移动设备输入并且 IIS 为移动页面缓存并在它作为移动布局之后为用户提供服务?