Share via


HttpRequestExtensions.GetPathHandler(HttpRequest) Method

Definition

Gets the IODataPathHandler from the request container.

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

Parameters

request
HttpRequest

The request.

Returns

The IODataPathHandler from the request container.

Applies to