Uiinfrastructure API Docs  
 

IConfigHelper.GetApplicationBaseURL Method (String)

JF- Returns the Application URL according to the URL Mapping. Warning: In mode 1, it returns the non secure URL by default. GetApplicationBaseURL(AActivitySpace) should be used if possible.

string GetApplicationBaseURL(
   string _sNormalizedBaseURL
);

Parameters

_sNormalizedBaseURL
Normalized Base URL from the AActivity Space (or ConfigHelper.GetNormalizedBaseURL).

Return Value

String

See Also

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