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