private string BodyToJson()
        {
            var reader = new StreamReader(Request.Body);
            var contentFromBody = reader.ReadToEnd();
            return contentFromBody;
        }

 

相关文章:

  • 2021-05-21
  • 1970-01-01
  • 2022-12-23
  • 2021-12-18
  • 2021-09-09
  • 2021-11-02
  • 2021-07-01
猜你喜欢
  • 2022-12-23
  • 2021-08-29
  • 1970-01-01
  • 2019-09-23
  • 2022-01-09
  • 2021-12-07
  • 2022-01-19
相关资源
相似解决方案