1 override of ExecuteAsync
Microsoft.AspNetCore.Mvc.Core.Test (1)
RedirectResultTest.cs (1)
16
protected override Task
ExecuteAsync
(HttpContext httpContext, string contentPath)
2 references to ExecuteAsync
Microsoft.AspNetCore.Mvc.Core.Test (2)
src\Shared\ResultsTests\RedirectResultTestBase.cs (2)
30
await
ExecuteAsync
(httpContext, contentPath);
53
await
ExecuteAsync
(httpContext, contentPath);