Uiinfrastructure API Docs  
 

PassthruURL.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);

 

public virtual void AddControlArgument(string,string);

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

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

See Also

PassthruURL Class | com.plumtree.uiinfrastructure.form Namespace | ILink#AddControlArgument