In ASP.Net MVC, can you use either Redirect or RedirectToAction to call, for example, error 303?
I am working on a book called ASP.NET MVC 1.0 Website Programming, and the source makes calls such as return this.Redirect(303, FormsAuthentication.DefaultUrl); , but this call only works with an external library, I would like to have the same functionality without the possibility of adding.
asp.net-mvc asp.net-mvc-routing routing
mynameiscoffey
source share