2 references to JsonContentType
Microsoft.AspNetCore.Http.Extensions (2)
HttpRequestJsonExtensions.cs (1)
286if (mt.MediaType.Equals(ContentTypeConstants.JsonContentType, StringComparison.OrdinalIgnoreCase))
RequestDelegateFactory.cs (1)
127private static readonly string[] DefaultAcceptsAndProducesContentType = new[] { ContentTypeConstants.JsonContentType };