Interface IDirectRouteFactory
Defines a factory that creates a route directly to a set of action descriptors (an attribute route).
public interface IDirectRouteFactory
Methods
CreateRoute(DirectRouteFactoryContext)
Creates a direct route entry.
RouteEntry CreateRoute(DirectRouteFactoryContext context)
Parameters
context
DirectRouteFactoryContextThe context to use to create the route.
Returns
- RouteEntry
The direct route entry.