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