Share via


HttpRequestMessageExtensions.GetPathHandler(HttpRequestMessage) Method

Definition

Gets the IODataPathHandler from the request container.

public static Microsoft.AspNet.OData.Routing.IODataPathHandler GetPathHandler (this System.Net.Http.HttpRequestMessage request);
static member GetPathHandler : System.Net.Http.HttpRequestMessage -> Microsoft.AspNet.OData.Routing.IODataPathHandler
<Extension()>
Public Function GetPathHandler (request As HttpRequestMessage) As IODataPathHandler

Parameters

request
HttpRequestMessage

The request.

Returns

The IODataPathHandler from the request container.

Applies to