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