4 references to EndpointRoutingStateProvider
Microsoft.AspNetCore.Components.Endpoints (4)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (2)
70services.TryAddScoped<EndpointRoutingStateProvider>(); 71services.TryAddScoped<IRoutingStateProvider>(sp => sp.GetRequiredService<EndpointRoutingStateProvider>());
Rendering\EndpointHtmlRenderer.cs (2)
147var routingStateProvider = httpContext.RequestServices.GetRequiredService<EndpointRoutingStateProvider>();