Uiinfrastructure API Docs  
 

ASConstants.PREVIOUS_REQUEST_URL Field

The full request URL of the previous request is stored using this key on the sandbox to allow pages to make links back to the previous page. Whether or not the request was a POST request is also stored. This information is used in HTMLConstructHelpers.GetPreviousSpaceURL().

public const string PREVIOUS_REQUEST_URL = "PreviousRequestURL";

See Also

ASConstants Class | com.plumtree.uiinfrastructure.activityspace Namespace