Question (one-page application caching static resources policy settings) micro-channel development experience

<system.webServer>
<staticContent>
<clientCache cacheControlMode="DisableCache" />
</staticContent>
<httpProtocol>
<customHeaders>
<add name="Cache-Control" value="no-cache" />
</customHeaders>
</httpProtocol>
</system.webServer>

Guess you like

Origin www.cnblogs.com/gougou1981/p/12082583.html
Recommended