Tag Archives: ASP.NET

ASP.NET Permanent (301) Redirect

Within ASP.NET, the System.Web.HttpResponse class providers a method to handle HTTP redirects, aptly named Redirect. The Redirect method has two overloads: Redirect (string) Redirect (string, bool) The former accepts a string representation of the URI that you’d like to redirect … Continue reading

Posted in Programming | Tagged , , , , | 1 Comment