6 references to HasJsonContentType
Microsoft.AspNetCore.Http.Extensions (6)
HttpRequestJsonExtensions.cs (6)
63if (!request.HasJsonContentType(out var charset)) 103if (!request.HasJsonContentType(out var charset)) 141if (!request.HasJsonContentType(out var charset)) 201if (!request.HasJsonContentType(out var charset)) 245if (!request.HasJsonContentType(out var charset)) 272return request.HasJsonContentType(out _);