wwrequest::Params

Returns a value by checking FormVars, QueryString, Session and ViewState (in that order) for a matching key and returning the value.

This function is useful if you store values in the QueryString or in Form Variables and you don't want to explicitly check the value in each of the available collections.

Note though that this function is considerably slower than accessing the collections directly since all the collections are probed. The overhead occurs especially if keys don't exist in any of the collections.

o.Params(lcKey)

Parameters

lcKey
The key of the item to return.


See also:

Class wwrequest

© West Wind Technologies, 1996-2024 • Updated: 06/15/09
Comment or report problem with topic