LassoScript Utility
Basics Browse Detail

[Client_PostArgs]

Tag Link [Client_PostArgs] Category Client
Type Substitution Source Available Yes
Support Preferred Version 5.0
Change Unchanged Data Source Any
Output Type String Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0

Description

[Client_PostArgs] returns a string containing all the arguments passed by a form for the current request. Individual parameters are name/value pairs with an equals sign, separated by ampersands.

The [Client_PostParams] tag returns the same information pre-parsed into a pair array.

Syntax

[Client_PostArgs]

Parameters

No Parameters Required.

Examples

To display all of the POST arguments for the current request:

Use the [Client_PostArgs] tag.

The POST arguments were: [Client_PostArgs].

The POST arguments were: Username=Joe&Password=MySecretPassword.