Hey everyone,
Just a quick one, how to redirect to root from a controller:
return Redirect(Url.Content("~/"));
For more info, checkout this Stackoverflow post: http://stackoverflow.com/a/10292039/522859
Hey everyone,
Just a quick one, how to redirect to root from a controller:
return Redirect(Url.Content("~/"));
For more info, checkout this Stackoverflow post: http://stackoverflow.com/a/10292039/522859
Leave a Reply