Uiinfrastructure API Docs  
 

HTTPHelpers.GetQueryString Method 

Returns a query string for the redirect containing all the control arguments. Copied from com.plumtree.uiinfrastructure.activityspace.Redirect.

public static string GetQueryString(
   XPHashtable _htArguments
);

Return Value

String The querystring, excluding the question mark.

See Also

HTTPHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace