Share via


HttpRequestExtensions.GetETagHandler(HttpRequest) Method

Definition

Gets the IETagHandler from the services container.

public static Microsoft.AspNet.OData.Formatter.IETagHandler GetETagHandler (this Microsoft.AspNetCore.Http.HttpRequest request);
static member GetETagHandler : Microsoft.AspNetCore.Http.HttpRequest -> Microsoft.AspNet.OData.Formatter.IETagHandler
<Extension()>
Public Function GetETagHandler (request As HttpRequest) As IETagHandler

Parameters

request
HttpRequest

The request.

Returns

The IETagHandler from the services container.

Applies to