caching - Preventing cache in html page displayed by SharePoint content editor web part -


i'm using content editor web part pull/display html file lives in sharepoint library, there way can prevent page (html or sharepoint) caching?

i have tried following in html file no luck:

<meta http-equiv="cache-control" content="no-cache" />  <meta http-equiv="pragma" content="no-cache" />  <meta http-equiv="expires" content="0" /> 

i dont know if or not but..

try add ? @ end of content link

let me know if or not.

thanks


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -