Uiinfrastructure API Docs  
 

IConfigHelper.GetApplicationBaseURL Method (String, Boolean)

JF- Returns the Application URL according to the URL Mapping and the security. Warning: depending on the security mode, the security in argument might not make sense. E.g.: in mode 0, it doesn't make sense to request the secure URL (and it might just return an empty URL) The normalized base URL is available either cached on the AActivitySpace or by calling ConfigHelper.GetNormalizedBaseURL with the current request URL.

string GetApplicationBaseURL(
   string _sNormalizedBaseURL,
   bool _bSecure
);

Parameters

_sNormalizedBaseURL
the normalized base URL from the current request.
_bSecure
HTTP or HTTPS

Return Value

String

See Also

IConfigHelper Interface | com.plumtree.uiinfrastructure.helpers Namespace | IConfigHelper.GetApplicationBaseURL Overload List