2 implementations of CreateRequestDelegate
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ControllerRequestDelegateFactory.cs (1)
66
public RequestDelegate?
CreateRequestDelegate
(ActionDescriptor actionDescriptor, RouteValueDictionary? dataTokens)
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageRequestDelegateFactory.cs (1)
77
public RequestDelegate?
CreateRequestDelegate
(ActionDescriptor actionDescriptor, RouteValueDictionary? dataTokens)
1 reference to CreateRequestDelegate
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ActionEndpointFactory.cs (1)
504
var requestDelegate = factory.
CreateRequestDelegate
(action, dataTokens);