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