1 instantiation of ResourcePreloadCollection
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\ResourceCollectionConvention.cs (1)
52
eb.Metadata.Add(new
ResourcePreloadCollection
(_collection));
2 references to ResourcePreloadCollection
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\SSRRenderModeBoundary.cs (2)
154
var
preloads = _httpContext.GetEndpoint()?.Metadata.GetMetadata<
ResourcePreloadCollection
>();