DefaultDirectRouteProvider.GetActionRouteFactories(ActionDescriptor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a set of route factories for the given action descriptor.
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)
Parameters
- actionDescriptor
- ActionDescriptor
The action descriptor.
Returns
A set of route factories.