Plumtree Portal UI  
 

APTURL.AddNonControlParameter Method 

Adds a string parameter to the URL. This parameter is not reflected in the URL itself but can be used to store arbitrary name/value combinations on the URL object for use in PT tags (i.e., a community link tag could contain a page name and id as well)

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

Parameters

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

See Also

APTURL Class | com.plumtree.portaluiinfrastructure.ptlink Namespace