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.

HttpRouteDataExtensions Class

 

Removes all optional parameters that do not have a value from the route data.

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

System::Object
  System.Web.Http.Routing::HttpRouteDataExtensions

[ExtensionAttribute]
public ref class HttpRouteDataExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetSubRoutes(IHttpRouteData^)

If a route is really a union of other routes, return the set of sub routes.

System_CAPS_pubmethodSystem_CAPS_staticRemoveOptionalRoutingParameters(IHttpRouteData^)

Removes all optional parameters that do not have a value from the route data.

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: