IHttpRouteData Interface

 

Provides information about a route.

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

public interface class IHttpRouteData

NameDescription
System_CAPS_pubpropertyRoute

Gets the object that represents the route.

System_CAPS_pubpropertyValues

Gets a collection of URL parameter values and default values for the route.

NameDescription
System_CAPS_pubmethodGetSubRoutes()

If a route is really a union of other routes, return the set of sub routes.(Defined by HttpRouteDataExtensions.)

System_CAPS_pubmethodRemoveOptionalRoutingParameters()

Removes all optional parameters that do not have a value from the route data.(Defined by HttpRouteDataExtensions.)

Return to top
Show: