Controller.RedirectPermanent(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an instance of the RedirectResult class with the Permanent property set to true.
protected internal virtual System.Web.Mvc.RedirectResult RedirectPermanent (string url);
abstract member RedirectPermanent : string -> System.Web.Mvc.RedirectResult
override this.RedirectPermanent : string -> System.Web.Mvc.RedirectResult
Protected Friend Overridable Function RedirectPermanent (url As String) As RedirectResult
Parameters
- url
- String
The URL to redirect to.
Returns
An instance of the RedirectResult class with the Permanent property set to true.