5 references to ProblemDetailsContentType
Microsoft.AspNetCore.Routing (5)
Builder\OpenApiRouteHandlerBuilderExtensions.cs (4)
106
contentType = ContentTypeConstants.
ProblemDetailsContentType
;
127
contentType = ContentTypeConstants.
ProblemDetailsContentType
;
148
contentType = ContentTypeConstants.
ProblemDetailsContentType
;
172
contentType = ContentTypeConstants.
ProblemDetailsContentType
;
src\Shared\ContentTypeConstants.cs (1)
9
public static readonly IEnumerable<string> ProblemDetailsContentTypes = [
ProblemDetailsContentType
];