Base:
method
ExecuteResultAsync
Microsoft.AspNetCore.Mvc.ActionResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext)
3 references to ExecuteResultAsync
Microsoft.AspNetCore.Mvc.Core.Test (3)
LocalRedirectResultTest.cs (3)
75await result.ExecuteResultAsync(actionContext); 99var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => result.ExecuteResultAsync(actionContext)); 121var exception = await Assert.ThrowsAsync<InvalidOperationException>(() => result.ExecuteResultAsync(actionContext));