Uiinfrastructure API Docs  
 

HTTPHelpers.AppendQSArgument Method

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

Overload List

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

public static void AppendQSArgument(XPStringBuilder,string);

 

public static void AppendQSArgument(XPStringBuilder,string,int);

 

public static void AppendQSArgument(XPStringBuilder,string,int,bool);

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,string,string);

 

public static void AppendQSArgument(XPStringBuilder,string,string,bool);

See Also

HTTPHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace