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\EndpointHtmlRenderer.Streaming.cs (2)
325
var
preloads = _httpContext.GetEndpoint()?.Metadata.GetMetadata<
ResourcePreloadCollection
>();