ASP.NET MVC 在提供 Javascript/CSS 文件时更改响应标头

发布于 2024-08-05 08:54:53 字数 230 浏览 4 评论 0原文

当浏览器请求 Javascript 或 CSS 文件时,有没有办法自动更改 ASP.NET MVC 中的响应标头?

基本上,我希望我的 Javascript 和 CSS 文件能够在响应标头中明确设置此设置:

Cache-Control: public

有帮助吗?

Is there a way to automatically change the response header in ASP.NET MVC when the browser requests a Javascript or CSS file?

Basically, I want my Javascript and CSS files to be served with this set explicitly on in the response header:

Cache-Control: public

Help?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

温折酒 2024-08-12 08:54:53

您可能会发现这篇文章对于将过期或缓存控制标头添加到 IIS 中的静态内容很有用。

希望有帮助。

http://www.iis.net/ConfigReference/system.webServer/staticContent/客户端缓存

Here is an article you may find useful for adding Expires or Cache Control Header to static content in IIS.

Hope it helps.

http://www.iis.net/ConfigReference/system.webServer/staticContent/clientCache

云淡风轻 2024-08-12 08:54:53

如果您有权访问http服务器,您可以使用某种重写机制将其放在http层上 - 这将是最快的方法。一些硬件负载平衡器也允许这样做。

If you have access to http server you can make it on http layer using some rewrite mechanism - it will be fastest way. Some hardware loadbalancer also allows this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文