IDirectRouteProvider Interface
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.
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. |