다음을 통해 공유


DefaultDirectRouteProvider.GetControllerDirectRoutes 메서드

정의

제공된 팩터리, 컨트롤러 및 작업을 기반으로 인스턴스를 만듭니다 RouteEntry . 경로 항목은 제공된 컨트롤러에 대한 직접 라우팅을 제공하며 제공된 작업 집합에 도달할 수 있습니다.

protected virtual System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.RouteEntry> GetControllerDirectRoutes(System.Web.Mvc.ControllerDescriptor controllerDescriptor, System.Collections.Generic.IReadOnlyList<System.Web.Mvc.ActionDescriptor> actionDescriptors, System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.IDirectRouteFactory> factories, System.Web.Mvc.Routing.IInlineConstraintResolver constraintResolver);
abstract member GetControllerDirectRoutes : System.Web.Mvc.ControllerDescriptor * System.Collections.Generic.IReadOnlyList<System.Web.Mvc.ActionDescriptor> * System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.IDirectRouteFactory> * System.Web.Mvc.Routing.IInlineConstraintResolver -> System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.RouteEntry>
override this.GetControllerDirectRoutes : System.Web.Mvc.ControllerDescriptor * System.Collections.Generic.IReadOnlyList<System.Web.Mvc.ActionDescriptor> * System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.IDirectRouteFactory> * System.Web.Mvc.Routing.IInlineConstraintResolver -> System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.RouteEntry>
Protected Overridable Function GetControllerDirectRoutes (controllerDescriptor As ControllerDescriptor, actionDescriptors As IReadOnlyList(Of ActionDescriptor), factories As IReadOnlyList(Of IDirectRouteFactory), constraintResolver As IInlineConstraintResolver) As IReadOnlyList(Of RouteEntry)

매개 변수

controllerDescriptor
ControllerDescriptor

컨트롤러 설명자입니다.

actionDescriptors
IReadOnlyList<ActionDescriptor>

작업 설명자입니다.

factories
IReadOnlyList<IDirectRouteFactory>

직접 경로 팩터리입니다.

constraintResolver
IInlineConstraintResolver

제약 조건 확인자입니다.

반환

경로 항목 집합입니다.

적용 대상