Uiinfrastructure API Docs  
 

Redirect.SetLinkToExternalURL Method 

This method sets the Redirect to do a true HTTP 302 redirect to an external URL. This cannot be used to redirect to another Activity Space. That should be done through the normal SetLink* methods. The URL parameter is assumed to be properly URL encoded, and this method will not do any encoding. It is the responsibility of the method caller to properly encode the URL.

public virtual bool SetLinkToExternalURL(
   string strExternalURL
);

Parameters

strExternalURL

Return Value

boolean true implies success, false implies failure

Implements

ILink.SetLinkToExternalURL

See Also

Redirect Class | com.plumtree.uiinfrastructure.activityspace Namespace