This topic has not yet been rated - Rate this topic

RedirectToRouteResult.Permanent Property

Gets a value that indicates whether the redirection should be permanent.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public bool Permanent { get; private set; }

Property Value

Type: System.Boolean
true if the redirection should be permanent; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.