1 reference to ReadFromJsonAsync
Microsoft.AspNetCore.Http.Extensions.Tests (1)
HttpRequestJsonExtensionsTests.cs (1)
223var result = (List<int>?)await context.Request.ReadFromJsonAsync(typeof(List<int>), options);