Click or drag to resize
URLRewriterFixRewriteRedirect Property
If true, the URL rewriting process attempts to fix the redirect that some module did with wrong URL by another redirect with the original URL. Set true when using cookieless mode. Default is false.

Namespace: CMS.URLRewritingEngine
Assembly: CMS.URLRewritingEngine (in CMS.URLRewritingEngine.dll) Version: 9.0.0
Syntax
C#
public static bool FixRewriteRedirect { get; set; }

Property Value

Type: Boolean
See Also