Home / comp / gb.web / request / _get 
Request[] (gb.web)
Syntax
DIM aString AS String

aString = Request [ Key AS String ]
Returns the value of a request variable.

It can be:

The Request class support the two methods of data encoding: application/x-www-form-urlencoded and multipart/form-data.