Uiinfrastructure API Docs  
 

ConfigHelper.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.

public static string GetApplicationBaseURL(
   string _sNormalizedBaseURL
);

Parameters

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

Return Value

String

See Also

ConfigHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace | ConfigHelper.GetApplicationBaseURL Overload List