IStructuredUrlSettingsAutoRedirectCanonical Property
|
Gets/sets whether pages with multiple URL mappings automatically redirect from a noncanonical to a canonical URL.
If true, redirects will happen automatically. Otherwise, users visit the page's noncanonical URL (normally from the page's past names or paths due to renaming the page or moving it in the site tree) and no redirect occurs.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool AutoRedirectCanonical { get; set; }
Property AutoRedirectCanonical As Boolean
Get
Set
property bool AutoRedirectCanonical {
bool get ();
void set (bool value);
}
abstract AutoRedirectCanonical : bool with get, set
Property Value
Type:
BooleanSee Also