1 override of InvokeResultAsync
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
104protected override Task InvokeResultAsync(IActionResult result)
2 references to InvokeResultAsync
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ResourceInvoker.cs (1)
1316var task = InvokeResultAsync(_result);
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
130return base.InvokeResultAsync(result);