How do you pass a derived JObject class in the body of a Web Api

前端 未结 0 2019
半阙折子戏
半阙折子戏 2021-01-29 23:00

If I have the class

public class TestMe : JObject
{

}

How do I consume it within an API method?

public async Task

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题