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