2 references to ReadFromJsonAsync
Microsoft.AspNetCore.Http.Extensions (2)
HttpRequestJsonExtensions.cs (1)
236return request.ReadFromJsonAsync(jsonTypeInfo: options.GetTypeInfo(type), cancellationToken);
RequestDelegateFactory.cs (1)
1407bodyValue = await httpContext.Request.ReadFromJsonAsync(jsonTypeInfo);