CustomerLogoutControl
CustomerLogoutControl ends a shopper session and can show a confirmation prompt before redirecting to the home page.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
ShouldRedirectBoolean | Not specified | true, false | Controls whether the control redirects after logout. |
SitePages.config example
The following example loads CustomerLogoutControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: ShouldRedirect.
<Control src="CustomerLogoutControl.ascx" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CustomerLogoutControl inherits shared conditions from CyberStoreBaseControl.