Uiinfrastructure API Docs  
 

IConfigHelper.GetApplicationBaseURL Method

JF- Returns the Application URL according to the URL Mapping. Warning: In mode 1, it returns the non secure URL by default.

Overload List

JF- Returns the Application URL according to the URL Mapping. Warning: In mode 1, it returns the non secure URL by default.

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.

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.

string GetApplicationBaseURL(string,bool);

See Also

IConfigHelper Interface | com.plumtree.uiinfrastructure.helpers Namespace