Share via


HttpRequestExtensions.GetRoutingConventions(HttpRequest) Method

Definition

Gets the set of IODataRoutingConvention from the request container.

public static System.Collections.Generic.IEnumerable<Microsoft.AspNet.OData.Routing.Conventions.IODataRoutingConvention> GetRoutingConventions (this Microsoft.AspNetCore.Http.HttpRequest request);
static member GetRoutingConventions : Microsoft.AspNetCore.Http.HttpRequest -> seq<Microsoft.AspNet.OData.Routing.Conventions.IODataRoutingConvention>
<Extension()>
Public Function GetRoutingConventions (request As HttpRequest) As IEnumerable(Of IODataRoutingConvention)

Parameters

request
HttpRequest

The request.

Returns

The set of IODataRoutingConvention from the request container.

Applies to