我已将以下代码添加到web.config以实现缓存控制:google chrome和Internet Explorer中的no-store。
<add name="Cache-Control" value="no-cache, no-store" />
<add name="Pragma" value="no-cache" />
<add name="Expires" value="-1" />
但我仍然看到缓存控制:响应头中的public,no-cache,no-store 请帮忙!