3 writes to Handler
Microsoft.AspNetCore.Mvc.Core (2)
Routing\MvcAttributeRouteHandler.cs (1)
69
context.
Handler
= (c) =>
Routing\MvcRouteHandler.cs (1)
57
context.
Handler
= (c) =>
Microsoft.AspNetCore.Routing (1)
RouteHandler.cs (1)
42
context.
Handler
= _requestDelegate;
7 references to Handler
Microsoft.AspNetCore.Routing (6)
RouteCollection.cs (2)
81
if (context.
Handler
!= null)
88
if (context.
Handler
== null)
RouterMiddleware.cs (2)
48
if (context.
Handler
== null)
64
await context.
Handler
(context.HttpContext);
Tree\TreeRouter.cs (2)
214
if (context.
Handler
!= null)
221
if (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
"/>