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