IHttpRouteInfoProvider Interface

 

Provides information for defining a route.

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

public interface class IHttpRouteInfoProvider

NameDescription
System_CAPS_pubpropertyName

Gets the name of the route to generate.

System_CAPS_pubpropertyOrder

Gets the order of the route relative to other routes.

System_CAPS_pubpropertyTemplate

Gets the route template describing the URI pattern to match against.

Return to top
Show: