This documentation is archived and is not being maintained.
IHttpRouteInfoProvider Interface
Provides information for defining a route.
Namespace:
System.Web.Http.RoutingAssembly:
System.Web.Http (in System.Web.Http.dll)
public interface class IHttpRouteInfoProvider
| Name | Description |
|---|
 | Name | Gets the name of the route to generate. |
 | Order | Gets the order of the route relative to other routes. |
 | Template | Gets the route template describing the URI pattern to match against. |
Return to top