Plumtree UI Infrastructure API  
 

MVCController.GetSecondaryRedirectURLFromQS Method 

Returns the second redirect URL (ASConstants.REDIRECT_AFTER_LOGIN_SECONDARY) from the QS. (Returns null if it was not there.)

public static string GetSecondaryRedirectURLFromQS(
   RequestData rq
);

Return Value

String

See Also

MVCController Class | com.plumtree.uiinfrastructure.interpreter Namespace