Plumtree Portal UI  
 

APTURL.AddControlParameter Method

Adds a integer parameter to the querystring on this URL. E.g. param=1

Overload List

Adds a integer parameter to the querystring on this URL. E.g. param=1

public virtual void AddControlParameter(string,int);

Adds a string parameter to the querystring on this URL. E.g. param=value

public virtual void AddControlParameter(string,string);

See Also

APTURL Class | com.plumtree.portaluiinfrastructure.ptlink Namespace