Uiinfrastructure API Docs  
 

Redirect.AddControlArgument Method

This method allows you to add a control argument to the HTML URL with no value.

Overload List

This method allows you to add a control argument to the HTML URL with no value.

public virtual void AddControlArgument(string);

This method allows you to add a control argument to the HTML URL.

public virtual void AddControlArgument(string,bool);

This method allows you to add a control argument to the HTML URL.

public virtual void AddControlArgument(string,int);

Optionally set single String arguments for the IControl.

public virtual void AddControlArgument(string,string);

Optionally set String[] arguments for the IControl.

public virtual void AddControlArgument(string,string[]);

See Also

Redirect Class | com.plumtree.uiinfrastructure.activityspace Namespace | ILink#AddControlArgument