IHttpRouteData Interface

 

Provides information about a route.

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

Syntax

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

Properties

Name Description
System_CAPS_pubproperty Route

Gets the object that represents the route.

System_CAPS_pubproperty Values

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

Extension Methods

Name Description
System_CAPS_pubmethod GetSubRoutes()

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

System_CAPS_pubmethod RemoveOptionalRoutingParameters()

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

See Also

System.Web.Http.Routing Namespace

Return to top