Table of Contents

Class HttpContextExtensions

Namespace
JsonApiDotNetCore.Middleware
Assembly
JsonApiDotNetCore.dll
[PublicAPI]
public static class HttpContextExtensions
Inheritance
HttpContextExtensions
Inherited Members

Methods

IsJsonApiRequest(HttpContext)

Indicates whether the currently executing HTTP request is being handled by JsonApiDotNetCore.

public static bool IsJsonApiRequest(this HttpContext httpContext)

Parameters

httpContext HttpContext

Returns

bool