我正在使用内容编辑器 Web 部件来拉取/显示位于 SharePoint 库中的 html 文件,有什么方法可以阻止页面(html 或 SharePoint)缓存?
我在 html 文件中尝试了以下操作,但没有成功:
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />