Uiinfrastructure API Docs  
 

AActivitySpace.GetCurrentNormalizedBaseURL Method 

Return the normalized base url of the current request. The normalized base url is essentially the request url up to and including the '?'.

public virtual string GetCurrentNormalizedBaseURL();

Return Value

The normalized base url of the current request

Implements

IEnvironment.GetCurrentNormalizedBaseURL

See Also

AActivitySpace Class | com.plumtree.uiinfrastructure.activityspace Namespace | ConfigHelpers#GetNormalizedBaseURL