Disable browser cache for entire ASP.NET website

前端 未结 8 1578
既然无缘
既然无缘 2020-11-22 03:20

I am looking for a method to disable the browser cache for an entire ASP.NET MVC Website

I found the following method:

Response.Cach         


        
8条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-22 04:12

    I know this answer is not 100% related to the question, but it might help someone.

    If you want to disable the browser cache for the entire ASP.NET MVC Website, but you only want to do this TEMPORARILY, then it is better to disable the cache in your browser.

    Here's a screenshot in Chrome

提交回复
热议问题