1 implementation of IRoutingFeature
Microsoft.AspNetCore.Routing (1)
RoutingFeature.cs (1)
9
public class RoutingFeature :
IRoutingFeature
3 references to IRoutingFeature
Microsoft.AspNetCore.Routing (1)
RouterMiddleware.cs (1)
62
httpContext.Features.Set<
IRoutingFeature
>(routingFeature);
Microsoft.AspNetCore.Routing.Abstractions (2)
RoutingHttpContextExtensions.cs (2)
25
var
routingFeature = httpContext.Features.Get<
IRoutingFeature
>();