IHttpRoute Methods

 

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

Methods

Name Description
System_CAPS_pubmethod GetRouteData(String, HttpRequestMessage)

Determine whether this route is a match for the incoming request by looking up the <see cref="!:IRouteData" /> for the route.

System_CAPS_pubmethod GetVirtualPath(HttpRequestMessage, IDictionary<String, Object>)

Gets a virtual path data based on the route and the values provided.

See Also

IHttpRoute Interface
System.Web.Http.Routing Namespace

Return to top