Share via


HttpContextExtensions.ODataBatchFeature(HttpContext) Method

Definition

Extension method to return the IODataBatchFeature from the HttpContext.

public static Microsoft.AspNet.OData.Interfaces.IODataBatchFeature ODataBatchFeature (this Microsoft.AspNetCore.Http.HttpContext httpContext);
static member ODataBatchFeature : Microsoft.AspNetCore.Http.HttpContext -> Microsoft.AspNet.OData.Interfaces.IODataBatchFeature
<Extension()>
Public Function ODataBatchFeature (httpContext As HttpContext) As IODataBatchFeature

Parameters

httpContext
HttpContext

The Http context.

Returns

The IODataBatchFeature.

Applies to