2 references to ResourceCollectionUrlMetadata
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\EndpointHtmlRenderer.cs (2)
143
var
resourceCollectionUrl = resourceCollection != null && endpoint != null ?
144
endpoint.Metadata.GetMetadata<
ResourceCollectionUrlMetadata
>() :