1 write to Context
Microsoft.AspNetCore.StaticFiles (1)
StaticFileResponseContext.cs (1)
21Context = context ?? throw new ArgumentNullException(nameof(context));
4 references to Context
Aspire.Dashboard (2)
DashboardWebApplication.cs (2)
504if (context.Context.Response.Headers.CacheControl.Count == 0) 506context.Context.Response.Headers.CacheControl = "no-cache";
Microsoft.AspNetCore.Components.Endpoints (1)
src\aspnetcore\src\Components\Shared\src\CacheHeaderSettings.cs (1)
19var headers = ctx.Context.Response.GetTypedHeaders();
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\Components\Shared\src\CacheHeaderSettings.cs (1)
19var headers = ctx.Context.Response.GetTypedHeaders();