Uiinfrastructure API Docs  
 

ASURL.AddControlArgument Method (String, String[])

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

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

Parameters

strName
The name of the argument
strValues
The array of values for the argument

Implements

ILink.AddControlArgument

See Also

ASURL Class | com.plumtree.uiinfrastructure.activityspace Namespace | ASURL.AddControlArgument Overload List | ILink#AddQueryStringPair