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