79171752

Date: 2024-11-08 22:38:37
Score: 0.5
Natty:
Report link

I'm not an expert but googling a bit I find this one:

If your proyect it's MVC try with:

return RedirectToAction("Index", "Home");

If your proyect it's Razor, try with:

return Redirect("~/");

and you might be redirected to the homepage.

Good luck

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: raBinn