4 references to RouteHandlerOptions
Microsoft.AspNetCore.Routing (4)
Builder\EndpointRouteBuilderExtensions.cs (1)
458var routeHandlerOptions = endpoints.ServiceProvider?.GetService<IOptions<RouteHandlerOptions>>();
ConfigureRouteHandlerOptions.cs (2)
9internal sealed class ConfigureRouteHandlerOptions : IConfigureOptions<RouteHandlerOptions> 18public void Configure(RouteHandlerOptions options)
DependencyInjection\RoutingServiceCollectionExtensions.cs (1)
118services.TryAddEnumerable(ServiceDescriptor.Transient<IConfigureOptions<RouteHandlerOptions>, ConfigureRouteHandlerOptions>());