Uiinfrastructure API Docs  
 

HTTPHelpers.GetQSArgString Method (String, String)

This helper adds a QS name/value pair to your XPStringBuilder. If the argument name or value is null or empty, nothing is added.

public static string GetQSArgString(
   string _strArgName,
   string _strArgValue
);

Parameters

_strArgName
Name of name/value pair.
_strArgValue
Value of name/value pair.

Return Value

Argument string to add to your QS.

See Also

HTTPHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace | HTTPHelpers.GetQSArgString Overload List