2 references to HasJsonContentType
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
1387
if (!httpContext.Request.
HasJsonContentType
())
Microsoft.AspNetCore.Http.Extensions.Tests (1)
HttpRequestJsonExtensionsTests.cs (1)
31
Assert.Equal(hasJsonContentType, request.
HasJsonContentType
());