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