5 references to JsonContentTypeWithCharset
Microsoft.AspNetCore.Http.Extensions (5)
HttpResponseJsonExtensions.cs (5)
91
response.ContentType = contentType ?? ContentTypeConstants.
JsonContentTypeWithCharset
;
122
response.ContentType = contentType ?? ContentTypeConstants.
JsonContentTypeWithCharset
;
164
response.ContentType = contentType ?? ContentTypeConstants.
JsonContentTypeWithCharset
;
270
response.ContentType = contentType ?? ContentTypeConstants.
JsonContentTypeWithCharset
;
321
response.ContentType = contentType ?? ContentTypeConstants.
JsonContentTypeWithCharset
;