Plumtree Portal UI  
 

APTURL.AddControlParameter Method (String, String)

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

public virtual void AddControlParameter(
   string strKey,
   string strValue
);

Parameters

strKey
Name of the parameter.
strValue
Value of the parameter as a String.

Implements

IPTURL.AddControlParameter

See Also

APTURL Class | com.plumtree.portaluiinfrastructure.ptlink Namespace | APTURL.AddControlParameter Overload List