Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

RedirectToAction - strange behaviour?

$
0
0

Hi,

I have a message form sending a confirmation after successfully sent.

//Redirect after successfull sending
return RedirectToAction("Sent");

public IActionResult Sent()
{
return View();
}

I can't figure out why the sent action doesn't sending the view to the browser?

Please help me...

Thanks,
Poul Erik


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>