4 references to ProblemJson
Microsoft.AspNetCore.Http.Abstractions (1)
Metadata\ProducesResponseTypeMetadata.cs (1)
93contentTypes = [MediaTypeNames.Application.ProblemJson];
Microsoft.AspNetCore.Http.Results (1)
HttpResultsHelper.cs (1)
40contentType = MediaTypeNames.Application.ProblemJson;
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ObjectResultExecutor.cs (1)
133result.ContentTypes.Insert(0, MediaTypeNames.Application.ProblemJson);
Microsoft.AspNetCore.Routing (1)
ValidationEndpointFilterFactory.cs (1)
121context.HttpContext.Response.ContentType = MediaTypeNames.Application.ProblemJson;