ObjectDetailLinkParametersPersistent Property |
Gets or sets whether the given link should remain in the browser navigation bar, enabling the window reload.
By default the link is not persistent, after navigating to the single object, URL is discarded and reload will lead to the
application root.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 12.0.0
Syntax public bool Persistent { get; set; }
Property Value
Type:
BooleanSee Also