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