Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpRouteData Class

 

Encapsulates information regarding the HTTP route.

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

System::Object
  System.Web.Http.Routing::HttpRouteData

public ref class HttpRouteData : IHttpRouteData

NameDescription
System_CAPS_pubmethodHttpRouteData(IHttpRoute^)

Initializes a new instance of the HttpRouteData class.

System_CAPS_pubmethodHttpRouteData(IHttpRoute^, HttpRouteValueDictionary^)

Initializes a new instance of the HttpRouteData class.

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_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: