다음을 통해 공유


DefaultDirectRouteProvider.GetActionDirectRoutes 메서드

정의

제공된 팩터리 및 작업을 기반으로 인스턴스를 만듭니다 RouteEntry . 경로 항목은 제공된 작업에 대한 직접 라우팅을 제공합니다.

protected virtual System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.RouteEntry> GetActionDirectRoutes (System.Web.Mvc.ActionDescriptor actionDescriptor, System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.IDirectRouteFactory> factories, System.Web.Mvc.Routing.IInlineConstraintResolver constraintResolver);
abstract member GetActionDirectRoutes : 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.GetActionDirectRoutes : 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 GetActionDirectRoutes (actionDescriptor As ActionDescriptor, factories As IReadOnlyList(Of IDirectRouteFactory), constraintResolver As IInlineConstraintResolver) As IReadOnlyList(Of RouteEntry)

매개 변수

actionDescriptor
ActionDescriptor

작업 설명자입니다.

factories
IReadOnlyList<IDirectRouteFactory>

직접 경로 팩터리입니다.

constraintResolver
IInlineConstraintResolver

제약 조건 확인자입니다.

반환

경로 항목 집합입니다.

적용 대상