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