Share via


Controller.RedirectPermanent(String) Method

Definition

Returns an instance of the RedirectResult class with the Permanent property set to true.

protected internal virtual System.Web.Mvc.RedirectResult RedirectPermanent(string url);

Parameters

url
String

The URL to redirect to.

Returns

An instance of the RedirectResult class with the Permanent property set to true.

Applies to