3 references to ProblemJson
Microsoft.AspNetCore.Http.Extensions.Tests (2)
ValidationFilterEndpointFactoryTests.cs (2)
99Assert.StartsWith(MediaTypeNames.Application.ProblemJson, context.Response.ContentType, StringComparison.OrdinalIgnoreCase); 157Assert.StartsWith(MediaTypeNames.Application.ProblemJson, context.Response.ContentType, StringComparison.OrdinalIgnoreCase);
Microsoft.AspNetCore.Routing (1)
ValidationEndpointFilterFactory.cs (1)
117context.HttpContext.Response.ContentType = MediaTypeNames.Application.ProblemJson;