Share via


HttpContextExtensions.GetETagHandler(HttpContext) Method

Definition

Extension method to return the IETagHandler from the HttpContext.

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

Parameters

httpContext
HttpContext

The Http context.

Returns

The IETagHandler.

Applies to