以编程方式更新 ASPX 文件的日期戳
当向 ListView 添加新的数据库记录时,我想更新包含 ASPX 页面的日期/时间戳以用于 SEO 目的。这可能吗?我该怎么做?
更新:
我发现 Touch for Windows,但我仍然更喜欢任何类型的巧妙破解,只是以编程方式执行此操作:
http://www.softpedia.com/get/System/File-Management/Touch-for-Windows.shtml
When adding new DB records to a ListView, I want to update the date/time stamp of the containing ASPX page for SEO purposes. Is this possible and how might I go about it?
UPDATE:
I found Touch for Windows, bu would still prefer any kind of clever hack just to do this programmatically:
http://www.softpedia.com/get/System/File-Management/Touch-for-Windows.shtml
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
或者,您可以尝试设置响应的上次修改标头。
Alternatively, you can try setting the last-modified header of your response.
简单的命令行方法将把
所有匹配的文件更新为执行副本时的日期和时间。
Simple command line method would be
Will update all of the matching files to the date and time when you execute the copy.