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