1 write to _httpContext
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\SSRRenderModeBoundary.cs (1)
42_httpContext = httpContext;
2 references to _httpContext
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\SSRRenderModeBoundary.cs (2)
127var preloads = _httpContext.GetEndpoint()?.Metadata.GetMetadata<ResourcePreloadCollection>(); 130var service = _httpContext.RequestServices.GetRequiredService<ResourcePreloadService>();