2 references to JsonContentType
Aspire.Dashboard (2)
Otlp\Http\OtlpHttpEndpointsBuilder.cs (2)
87
if (string.Equals(mt.MediaType,
JsonContentType
, StringComparison.OrdinalIgnoreCase))
110
httpContext.Response.ContentType =
JsonContentType
;