Click or drag to resize
KenticoHttpResponsePageControllerRedirectPermanent Method
Returns HTTP redirect response with the Permanent property set to true.

Namespace: Kentico.Content.Web.Mvc.Routing.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ActionResult RedirectPermanent(
	string url
)

Parameters

url
Type: SystemString
The URL to redirect to.

Return Value

Type: ActionResult
See Also