DefaultDirectRouteProvider.GetActionRouteFactories(ActionDescriptor) メソッド

定義

指定のアクション記述子のルート ファクトリのセットを取得します。

protected virtual System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.IDirectRouteFactory> GetActionRouteFactories (System.Web.Mvc.ActionDescriptor actionDescriptor);
abstract member GetActionRouteFactories : System.Web.Mvc.ActionDescriptor -> System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.IDirectRouteFactory>
override this.GetActionRouteFactories : System.Web.Mvc.ActionDescriptor -> System.Collections.Generic.IReadOnlyList<System.Web.Mvc.Routing.IDirectRouteFactory>
Protected Overridable Function GetActionRouteFactories (actionDescriptor As ActionDescriptor) As IReadOnlyList(Of IDirectRouteFactory)

パラメーター

actionDescriptor
ActionDescriptor

アクション記述子。

戻り値

ルート ファクトリのセット。

適用対象