메소드 | 설명 | |
---|---|---|
Resolve ( IServiceProvider services, IRouter router, Microsoft.AspNetCore.Routing.RouteContext routeContext ) : |
Resolves HTTP request to a route using the provided route context and the action selector and invoker services.
|
public static Resolve ( IServiceProvider services, IRouter router, Microsoft.AspNetCore.Routing.RouteContext routeContext ) : |
||
services | IServiceProvider | Application services from which the route will be resolved. |
router | IRouter | IRouter to resolve route values. |
routeContext | Microsoft.AspNetCore.Routing.RouteContext | RouteContext to use for resolving the route values. |
리턴 |