1 write to _httpContext
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\SSRRenderModeBoundary.cs (1)
46_httpContext = httpContext;
3 references to _httpContext
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\SSRRenderModeBoundary.cs (3)
149if (EndpointHtmlRenderer.IsProgressivelyEnhancedNavigation(_httpContext.Request)) 154var preloads = _httpContext.GetEndpoint()?.Metadata.GetMetadata<ResourcePreloadCollection>(); 157var service = _httpContext.RequestServices.GetRequiredService<ResourcePreloadService>();