Senator Guerra Souty original series calendar,replica hublot blue steel peach pointer collocation of rolex replica Rome digital scale, track type minute replica watches scale shows that the classical model is swiss replica watches incomparable, wearing elegant dress highlights.
mr-ponna.com

 

YOU ARE HERE: HOME Questions What is RedirectPermanent in ASP Net 4 0



RedirectPermanent in ASP.Net 4.0

View(s): 10954

What is RedirectPermanent in ASP.Net 4.0?

Answer 1)

In earlier Versions of .Net, Response.Redirect was used, which issues an HTTP 302 Found or temporary redirect response to the browser (meaning that asked resource is temporarily moved to other location) which inturn results in an extra HTTP round trip. ASP.NET 4.0 however, adds a new RedirectPermanent that Performs a permanent redirection from the requested URL to the specified URL. and returns 301 Moved Permanently responses.

e.g. RedirectPermanent("/newpath/foroldcontent.aspx");
>
  Asked in:  SemanticSpace Technologies   Expertise Level:  Intermediate
  Last updated on Wednesday, 19 June 2013
4/5 stars (9 vote(s))

Register Login Ask Us Write to Us Help