IDirectRouteProvider Interface

Definition

Defines a provider for routes that directly target action descriptors (attribute routes).

public interface IDirectRouteProvider
type IDirectRouteProvider = interface
Public Interface IDirectRouteProvider
Derived

Methods

GetDirectRoutes(ControllerDescriptor, IReadOnlyList<ActionDescriptor>, IInlineConstraintResolver)

Gets the direct routes for a controller.

Applies to