How can I do a redirect with post variables

I have to do a redirect and send to another page the value of variables a and p. I can't use the GET method like: http://urlpage?a=1&p=2. I have to send them with the post method. How can I send them without use a form from c#?

10
задан Wai Ha Lee 21 September 2015 в 16:48
поделиться