Uiinfrastructure API Docs  
 

HTTPHelpers.AppendQSArgument Method (XPStringBuilder, String)

This helper adds a QS name to your XPStringBuilder. If the argument name is null, nothing is added.

public static void AppendQSArgument(
   XPStringBuilder _sbArgs,
   string _strArgName
);

Parameters

_sbArgs
XPStringBuilder to append to.
_strArgName
Name of name/value pair.

See Also

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