IDirectRouteProvider Interface
Defines a provider for routes that directly target action descriptors (attribute routes).
Namespace: System.Web.Http.Routing
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public interface IDirectRouteProvider
public interface class IDirectRouteProvider
type IDirectRouteProvider = interface end
Public Interface IDirectRouteProvider
Methods
Name | Description | |
---|---|---|
GetDirectRoutes(HttpControllerDescriptor, IReadOnlyList<HttpActionDescriptor>, IInlineConstraintResolver) | Gets the direct routes for a controller. |
See Also
System.Web.Http.Routing Namespace
Return to top