PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Encapsulates all logic to determine the Url to return to when login.return() (the default resultformat) is called.
Rules:
- cookie returnUrl, or querystring variable returnurl, returnUrl, or ReturnUrl are tested. - if returnUrl is outside site hostheaders, it is ignored, and returnUrl is set to current channel root. - if no returnUrl is set, returnUrl is set to the current page.

Syntax

Smartsite SXML CopyCode image Copy Code
locator login.returnurl()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
Locator
SXML