---
title: "Which method has been introduced in ASP.NET 4.0 to redirect a page permanently?"  
description: "Which method has been introduced in ASP.NET 4.0 to redirect a page permanently?"  
author: "Sumit Kesarwani"  
published: 2014-08-28  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/2080/which-method-has-been-introduced-in-asp-dot-net-4-0-to-redirect-a-page-permanently  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# Which method has been introduced in ASP.NET 4.0 to redirect a page permanently?

The RedirectPermanent() method added in ASP.NET 4.0 to redirect a page permanently. The following code snippet is an example of the RedirectPermanent() method:

RedirectPermanent("/path/Aboutus.aspx");

## Answers

### Answer by Sumit Kesarwani

The RedirectPermanent() method added in ASP.NET 4.0 to redirect a page permanently. The following code snippet is an example of the RedirectPermanent() method:

RedirectPermanent("/path/Aboutus.aspx");


---

Original Source: https://www.mindstick.com/interview/2080/which-method-has-been-introduced-in-asp-dot-net-4-0-to-redirect-a-page-permanently

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
