1 override of ExecuteAsync
Microsoft.AspNetCore.Http.Results.Tests (1)
RedirectResultTests.cs (1)
86
protected override Task
ExecuteAsync
(HttpContext httpContext, string contentPath)
2 references to ExecuteAsync
Microsoft.AspNetCore.Http.Results.Tests (2)
src\Shared\ResultsTests\RedirectResultTestBase.cs (2)
30
await
ExecuteAsync
(httpContext, contentPath);
53
await
ExecuteAsync
(httpContext, contentPath);