This helper adds a QS name to your XPStringBuilder. If the argument name is null, nothing is added.
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);
HTTPHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace