Plumtree UI Infrastructure API  
 

HTTPHelpers.AppendQSArgument Method (XPStringBuilder, 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 void AppendQSArgument(
   XPStringBuilder _sbArgs,
   string _strArgName,
   string _strArgValue
);

Parameters

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

See Also

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