iPhone Web 应用程序缓存持久性
如何编写一个 ASP.NET (C#) 应用程序,该应用程序将呈现一个页面,当该页面被添加为“主屏幕图标”时,可以永久缓存在 iPhone 上? 我尝试在“Response.ExpiresAbsolute = DateTime.MaxValue;”后面的代码中设置此值 但无济于事。 每次启动主屏幕图标时,服务器代码仍然会执行。
How can I write an ASP.NET (C#) application that will render a page can be permanently cached on the iPhone when it is bookmarked as a "Homescreen Icon"? I have tried setting this on the code behind "Response.ExpiresAbsolute = DateTime.MaxValue;" but to no avail. The server code is still executed every time the home screen icon is launched.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要通过 HTML5 缓存和应用程序清单文件进行设置。 WhatWG 小组发布了草案规范。
You need to set this up through HTML5 cache and app manifest files. Thw WhatWG group has posted a draft specification.