This topic has not yet been rated - Rate this topic

Controller.RedirectToActionPermanent Method (String, String)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified action name, and controller name.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
protected internal RedirectToRouteResult RedirectToActionPermanent(
	string actionName,
	string controllerName
)

Parameters

actionName
Type: System.String

The action name.

controllerName
Type: System.String

The controller name.

Return Value

Type: System.Web.Mvc.RedirectToRouteResult
An instance of the RedirectResult class with the Permanent property set to true using the specified action name, and controller name.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.