3 writes to Handler
Microsoft.AspNetCore.Mvc.Core (2)
Routing\MvcAttributeRouteHandler.cs (1)
69context.Handler = (c) =>
Routing\MvcRouteHandler.cs (1)
57context.Handler = (c) =>
Microsoft.AspNetCore.Routing (1)
RouteHandler.cs (1)
42context.Handler = _requestDelegate;
7 references to Handler
Microsoft.AspNetCore.Routing (6)
RouteCollection.cs (2)
81if (context.Handler != null) 88if (context.Handler == null)
RouterMiddleware.cs (2)
48if (context.Handler == null) 64await context.Handler(context.HttpContext);
Tree\TreeRouter.cs (2)
214if (context.Handler != null) 221if (context.Handler == null)
Microsoft.AspNetCore.Routing.Abstractions (1)
RouteContext.cs (1)
27/// Gets or sets the handler for the request. An <see cref="IRouter"/> should set <see cref="Handler"/>