HttpRequestExtensions.ODataBatchFeature(HttpRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IODataBatchFeature from the services container.
public static Microsoft.AspNet.OData.Interfaces.IODataBatchFeature ODataBatchFeature(this Microsoft.AspNetCore.Http.HttpRequest request);
static member ODataBatchFeature : Microsoft.AspNetCore.Http.HttpRequest -> Microsoft.AspNet.OData.Interfaces.IODataBatchFeature
<Extension()>
Public Function ODataBatchFeature (request As HttpRequest) As IODataBatchFeature
Parameters
- request
- HttpRequest
The request.
Returns
The IODataBatchFeature from the services container.