3 references to WriteAsJsonAsync
Microsoft.AspNetCore.Http.Extensions (2)
HttpResponseJsonExtensions.cs (2)
43
return response.
WriteAsJsonAsync
(value, options: null, contentType: null, cancellationToken);
64
return response.
WriteAsJsonAsync
(value, options, contentType: null, cancellationToken);
Microsoft.AspNetCore.Http.Results (1)
HttpResultsHelper.cs (1)
57
return httpContext.Response.
WriteAsJsonAsync
<object>(