This topic has not yet been rated - Rate this topic

Controller.RedirectToRoutePermanent Method (String)

Returns an instance of the RedirectResult class with the Permanent property set to true using the specified route name.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
protected internal RedirectToRouteResult RedirectToRoutePermanent(
	string routeName
)

Parameters

routeName
Type: System.String

The route name.

Return Value

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