3 references to ProblemDetailsContentType
Microsoft.AspNetCore.Http.Results (3)
ProblemHttpResult.cs (1)
39public string ContentType => ContentTypeConstants.ProblemDetailsContentType;
src\Shared\ContentTypeConstants.cs (1)
9public static readonly IEnumerable<string> ProblemDetailsContentTypes = [ProblemDetailsContentType];
ValidationProblem.cs (1)
42public string ContentType => ContentTypeConstants.ProblemDetailsContentType;