Share via


IDirectRouteProvider Interface

 

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

Namespace:   System.Web.Mvc.Routing
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public interface IDirectRouteProvider
public interface class IDirectRouteProvider
type IDirectRouteProvider = interface end
Public Interface IDirectRouteProvider

Methods

Name Description
System_CAPS_pubmethod GetDirectRoutes(ControllerDescriptor, IReadOnlyList<ActionDescriptor>, IInlineConstraintResolver)

Gets the direct routes for a controller.

See Also

System.Web.Mvc.Routing Namespace

Return to top