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