3 implementations of Pragma
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
1408StringValues IHeaderDictionary.Pragma 9571StringValues IHeaderDictionary.Pragma 16518StringValues IHeaderDictionary.Pragma
12 writes to Pragma
Microsoft.AspNetCore.Antiforgery (2)
Internal\DefaultAntiforgery.cs (2)
387httpContext.Response.Headers.Pragma = "no-cache"; 392httpContext.Response.Headers.Pragma = "no-cache";
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
419Response.Headers.Pragma = HeaderValueNoCache;
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
304headers.Pragma = "no-cache";
Microsoft.AspNetCore.Diagnostics.HealthChecks (1)
HealthCheckMiddleware.cs (1)
66headers.Pragma = "no-cache";
Microsoft.AspNetCore.Hosting (1)
Internal\ErrorPageBuilder.cs (1)
32context.Response.Headers.Pragma = "no-cache";
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionDispatcher.cs (1)
835response.Headers.Pragma = HeaderValueNoCache;
Internal\Transports\ServerSentEventsServerTransport.cs (1)
35context.Response.Headers.Pragma = "no-cache";
Microsoft.AspNetCore.Http.Results (1)
ServerSentEventsResult.cs (1)
45httpContext.Response.Headers.Pragma = "no-cache";
Microsoft.AspNetCore.Mvc.Core (2)
Filters\ResponseCacheFilterExecutor.cs (2)
100headers.Pragma = "no-cache"; 110headers.Pragma = "no-cache";
Microsoft.AspNetCore.Session (1)
SessionMiddleware.cs (1)
148responseHeaders.Pragma = "no-cache";
1 reference to Pragma
Microsoft.AspNetCore.ResponseCaching (1)
ResponseCachingPolicyProvider.cs (1)
50if (HeaderUtilities.ContainsCacheDirective(requestHeaders.Pragma, CacheControlHeaderValue.NoCacheString))