S
S
sisharpacc2014-10-24 16:16:06
C++ / C#
sisharpacc, 2014-10-24 16:16:06

What is the equivalent of $_POST from PHP to C#?

I managed to parse the GET request like this:
foreach (string key in Request.QueryString) {...}
But with the POST request, I have already been frozen for a long time ... Something is not Googled or Yandex, I also don’t see my information in the debugger ... Save me, help :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Sydorenko, 2014-10-24
@sisharpacc

Request.Form ?
msdn.microsoft.com/en-us/library/system.web.httpre...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question