Generate http post request from controller

后端 未结 3 1270
抹茶落季
抹茶落季 2021-01-05 05:57

Forgive me if this is a stupid question. I am not very experienced with Web programming. I am implementing the payment component of my .net mvc application. The component in

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-05 06:53

    You'll want to use the HttpWebRequest class. Be sure to set the Method property to post - here's an example.

提交回复
热议问题