Base:
method
ExecuteResultAsync
Microsoft.AspNetCore.Mvc.ActionResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext)
2 references to ExecuteResultAsync
Microsoft.AspNetCore.Mvc.Core (1)
HttpActionResult.cs (1)
22/// <param name="result">The <see cref="IResult"/> instance to be used during the <see cref="ExecuteResultAsync"/> invocation.</param>
Microsoft.AspNetCore.Mvc.Core.Test (1)
HttpActionResultTests.cs (1)
45await result.ExecuteResultAsync(context);