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