MVC5 Async RedirectToAction

use Async Task Run for async return redirecttoaction

return await Task.Run<ActionResult>(() =>
{
return RedirectToAction(“MultipleLoanEODFix”);
});

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.