2 references to WriteAsJsonAsync
Microsoft.AspNetCore.Http.Extensions (2)
HttpResponseJsonExtensions.cs (2)
219
return response.
WriteAsJsonAsync
(value, type, options: null, contentType: null, cancellationToken);
241
return response.
WriteAsJsonAsync
(value, type, options, contentType: null, cancellationToken);