6 references to HasJsonContentType
Microsoft.AspNetCore.Http.Extensions (6)
HttpRequestJsonExtensions.cs (6)
67if (!request.HasJsonContentType(out var charset)) 125if (!request.HasJsonContentType(out var charset)) 181if (!request.HasJsonContentType(out var charset)) 259if (!request.HasJsonContentType(out var charset)) 321if (!request.HasJsonContentType(out var charset)) 366return request.HasJsonContentType(out _);