Uiinfrastructure API Docs  
 

HttpUtils.GetRequestFullURL Method 

This method calls XPHttpUtility.UrlDecode, which is fairly expensive, and therefore this method should be used sparingly and the results should be cached per request (they are already cached on the ActivitySpace and RequestData objects).

public static string GetRequestFullURL(
   IXPRequest xpRequest
);

Parameters

xpRequest

Return Value

the request full URL

See Also

HttpUtils Class | com.plumtree.uiinfrastructure.statichelpers Namespace