Uiinfrastructure API Docs  
 

RedirectData.AddQSArgument Method (String, String)

Adds a querystring argument to the Querystring arguments hashtable. If the argument is already there, then it is replaced. If the key or hashtable are null, do nothing.

public virtual void AddQSArgument(
   string _strKey,
   string _strValue
);

Parameters

_strKey
The key to add into the Querystring hashtable.
_strValue
The value to add into the Querystring hashtable.

See Also

RedirectData Class | com.plumtree.uiinfrastructure.opener Namespace | RedirectData.AddQSArgument Overload List