|  | Uiinfrastructure API Docs | |
| ASURL.AddControlArgumentMethod(String, Int32) |
This method allows you to add a control argument to the HTML URL.
publicvirtual
voidAddControlArgument(
string
strName,
int
nValue);
Parameters
-
strName
- The name of the argument
-
nValue
- The int value of the argument
Implements
ILink.AddControlArgument
See Also
ASURL Class | com.plumtree.uiinfrastructure.activityspace Namespace | ASURL.AddControlArgument Overload List | ILink#AddControlArgument