IUrlMapPageHistoryEntryCanonical Property
|
Gets and sets whether the URL this entry holds is the default URL. When true, at runtime, visiting this page from other URLs redirects users to this URL.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool Canonical { get; set; }
Property Canonical As Boolean
Get
Set
property bool Canonical {
bool get ();
void set (bool value);
}
abstract Canonical : bool with get, set
Property Value
Type:
BooleanSee Also