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