Implemented interface member:
method
ExecuteAsync
Microsoft.AspNetCore.Http.IResult.ExecuteAsync(Microsoft.AspNetCore.Http.HttpContext)
4 references to ExecuteAsync
Microsoft.AspNetCore.Http.Results.Tests (4)
AcceptedAtRouteOfTResultTests.cs (4)
56
await result.
ExecuteAsync
(httpContext);
95
await result.
ExecuteAsync
(httpContext);
118
result.
ExecuteAsync
(httpContext),
147
await Assert.ThrowsAsync<ArgumentNullException>("httpContext", () => result.
ExecuteAsync
(httpContext));