Uiinfrastructure API Docs  
 

RedirectData.AddQSArgument Method

Overload List

 

public virtual void AddQSArgument(string,bool);

 

public virtual void AddQSArgument(string,int);

 

public virtual void AddQSArgument(string,object);

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

See Also

RedirectData Class | com.plumtree.uiinfrastructure.opener Namespace