Base:
method
ExecuteResultAsync
Microsoft.AspNetCore.Mvc.ActionResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext)
Implemented interface member:
method
ExecuteResultAsync
Microsoft.AspNetCore.Mvc.IActionResult.ExecuteResultAsync(Microsoft.AspNetCore.Mvc.ActionContext)
3 references to ExecuteResultAsync
Microsoft.AspNetCore.Mvc.Core.Test (3)
ContentResultTest.cs (3)
39
await contentResult.
ExecuteResultAsync
(actionContext);
134
await contentResult.
ExecuteResultAsync
(actionContext);
237
await contentResult.
ExecuteResultAsync
(actionContext);