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