JF- Returns the Application URL according to the URL Mapping. Warning: In mode 1, it returns the non secure URL by default.
JF- Returns the Application URL according to the URL Mapping. Warning: In mode 1, it returns the non secure URL by default.
public static string GetApplicationBaseURL(AActivitySpace);
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);
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.
public static string GetApplicationBaseURL(string,bool);
ConfigHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace