C# Класс MyTested.AspNetCore.Mvc.Internal.Routing.MvcRouteResolver

Used for resolving HTTP request to a route.
Показать файл Открыть проект

Открытые методы

Метод Описание
Resolve ( IServiceProvider services, IRouter router, Microsoft.AspNetCore.Routing.RouteContext routeContext ) : ResolvedRouteContext

Resolves HTTP request to a route using the provided route context and the action selector and invoker services.

Описание методов

Resolve() публичный статический Метод

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 ) : ResolvedRouteContext
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.
Результат ResolvedRouteContext