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)
127
var preloads =
_httpContext
.GetEndpoint()?.Metadata.GetMetadata<ResourcePreloadCollection>();
130
var service =
_httpContext
.RequestServices.GetRequiredService<ResourcePreloadService>();