Home > comp > gb.web > request > _get 
 en fr de es nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Precedente  Successivo  Modifica  Rinomina  Undo  Search  Amministrazione  
Documentazione  
Attenzione! Questa pagina non รจ tradotta.  Vedi versione in inglese 
Request[] (gb.web)
Dim aString As String

aString = Request [ Key As String ]

Returns the value of a request variabile.

It can be:

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

If the same field is used both in the request URL and in the request contents, the request contents will be returned.

If you want to make a difference, use either Request.Get or Request.Post.