C# 클래스 MyTested.AspNetCore.Mvc.Internal.Routing.MvcRouteResolver

Used for resolving HTTP request to a route.
파일 보기 프로젝트 열기: ivaylokenov/MyTested.AspNetCore.Mvc

공개 메소드들

메소드 설명
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