Uiinfrastructure API Docs  
 

HTTPHelpers.GetQSArgString Method (String)

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 _strArgName
);

Parameters

_strArgName
Name of name/value pair.

Return Value

Argument string to add to your QS.

See Also

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