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