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");
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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");