This helper generates the QS argument string from the given argument name. If the argument name is null, empty string is returned.
This helper generates the QS argument string from the given argument name. If the argument name is null, empty string is returned.
public static string GetQSArgString(string);
This helper adds a QS name/value pair to your XPStringBuilder. If the argument name is null, or if the argument value is -1, nothing is added.
public static string GetQSArgString(string,int);
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,string);
HTTPHelpers Class | com.plumtree.uiinfrastructure.statichelpers Namespace