1 write to NoStore
System.Web (1)
UI\PageParser.cs (1)
673
OutputCacheParameters.
NoStore
= noStoreValue;
2 references to NoStore
System.Web (2)
Compilation\PageCodeDomTreeGenerator.cs (1)
251
new CodePrimitiveExpression(cacheSettings.
NoStore
));
UI\Page.cs (1)
3631
noStore = cacheSettings.
NoStore
;