Hello,
I know the equivalent of PHP $_GET["param"] is Request.Query["param"].
The equivalent of PHP $_POST["param"] is Request.Form["param"]
but what is the equivalent of PHP $_REQUEST ? i mean looking both in GET and POST ?
Thanks
Hello,
I know the equivalent of PHP $_GET["param"] is Request.Query["param"].
The equivalent of PHP $_POST["param"] is Request.Form["param"]
but what is the equivalent of PHP $_REQUEST ? i mean looking both in GET and POST ?
Thanks