DefaultDirectRouteProvider.GetActionRouteFactories(ActionDescriptor) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定のアクション記述子のルート ファクトリのセットを取得します。
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
アクション記述子。
戻り値
ルート ファクトリのセット。