10 references to VaryByParams
System.ServiceModel.Web (1)
System\ServiceModel\Web\CachingParameterInspector.cs (1)
345cache.VaryByParams[parameter.Trim()] = true;
System.Web (7)
Abstractions\HttpCachePolicyWrapper.cs (1)
35return _httpCachePolicy.VaryByParams;
Handlers\AssemblyResourceLoader.cs (1)
638cachePolicy.VaryByParams["d"] = true;
OutputCacheModule.cs (1)
1133if (!cache.VaryByParams.AcceptsParams() && (request.HttpVerb == HttpVerb.POST || request.HasQueryString)) {
UI\Page.cs (4)
3747cache.VaryByParams.IgnoreParams = true; 3753cache.VaryByParams[s.Trim()] = true; 3759cache.VaryByParams[s.Trim()] = true; 3766cache.VaryByParams[p] = true;
System.Web.Extensions (2)
Script\Services\RestHandler.cs (2)
72context.Response.Cache.VaryByParams["*"] = true; 75context.Response.Cache.VaryByParams.IgnoreParams = true;